pattern shouldn't have an offset

This commit is contained in:
jan 2023-11-18 12:28:51 -08:00
parent 2516f06e40
commit 33529f5ed3

View File

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