add some missing attachments on lower-right
This commit is contained in:
parent
1ae917e207
commit
bf4c157eb0
@ -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)})
|
||||
|
Loading…
x
Reference in New Issue
Block a user