pattern shouldn't have an offset

master
jan 6 months ago
parent 2516f06e40
commit 33529f5ed3

@ -87,7 +87,7 @@ class Pattern(PortList, AnnotatableImpl, Mirrorable):
__slots__ = (
'shapes', 'labels', 'refs', '_ports',
# inherited
'_offset', '_annotations',
'_annotations',
)
shapes: defaultdict[layer_t, list[Shape]]

Loading…
Cancel
Save