pattern shouldn't have an offset
This commit is contained in:
parent
2516f06e40
commit
33529f5ed3
@ -87,7 +87,7 @@ class Pattern(PortList, AnnotatableImpl, Mirrorable):
|
|||||||
__slots__ = (
|
__slots__ = (
|
||||||
'shapes', 'labels', 'refs', '_ports',
|
'shapes', 'labels', 'refs', '_ports',
|
||||||
# inherited
|
# inherited
|
||||||
'_offset', '_annotations',
|
'_annotations',
|
||||||
)
|
)
|
||||||
|
|
||||||
shapes: defaultdict[layer_t, list[Shape]]
|
shapes: defaultdict[layer_t, list[Shape]]
|
||||||
|
Loading…
Reference in New Issue
Block a user