fix spacing (cosmetic)
This commit is contained in:
parent
a064e74fc1
commit
64cb1ced34
@ -86,7 +86,7 @@ def write(patterns: Pattern or List[Pattern],
|
||||
xy=xy_closed))
|
||||
for label in pat.labels:
|
||||
layer, text_type = _mlayer2gds(label.layer)
|
||||
xy= numpy.round([label.offset]).astype(int)
|
||||
xy = numpy.round([label.offset]).astype(int)
|
||||
structure.append(gdsii.elements.Text(layer=layer,
|
||||
text_type=text_type,
|
||||
xy=xy,
|
||||
|
Loading…
Reference in New Issue
Block a user