Optimise titleblock template. Skip pattern adding until it is optimised.

This commit is contained in:
Dion Moult
2020-03-26 18:23:27 +11:00
parent 3a590e4ba1
commit 8613834129
2 changed files with 139 additions and 3028 deletions
@@ -715,6 +715,7 @@ class SvgWriter():
self.svg.defs.add(External(child))
def add_patterns(self):
return
tree = ET.parse('{}templates/patterns.svg'.format(self.ifc_cutter.data_dir))
root = tree.getroot()
for child in root.getchildren():
File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 11 KiB