add some missing attachments on lower-right

This commit is contained in:
Hg 2020-10-07 23:03:31 +02:00
parent 1ae917e207
commit bf4c157eb0

View File

@ -58,6 +58,9 @@ def build_shape(svg_path):
(0, width),
(height // 2, 0),
(height, 0),
(width // 2, height),
(width, height // 2),
(width, height),
]
for x, y in points:
ET.SubElement(xconns, 'point', attrib={'x': str(x), 'y': str(y)})