pattern shouldn't have an offset
This commit is contained in:
parent
2516f06e40
commit
33529f5ed3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue