typo fixes

This commit is contained in:
Jan Petykiewicz 2020-08-15 18:22:11 -07:00
parent b845b0f7bc
commit 3ec28d4720

View File

@ -298,7 +298,7 @@ def read(stream: io.BufferedIOBase,
path = Path(vertices=vertices, path = Path(vertices=vertices,
layer=element.get_layer_tuple(), layer=element.get_layer_tuple(),
offset=element.get_xy(), offset=element.get_xy(),
repeition=repetition, repetition=repetition,
width=element.get_half_width() * 2, width=element.get_half_width() * 2,
cap=cap, cap=cap,
**path_args) **path_args)
@ -566,7 +566,7 @@ def _labels_to_texts(labels: List[Label],
texts = [] texts = []
for label in labels: for label in labels:
layer, datatype = layer2oas(label.layer) layer, datatype = layer2oas(label.layer)
repetition, rep_offset = repetition_masq2fata(shape.repetition) repetition, rep_offset = repetition_masq2fata(label.repetition)
xy = numpy.round(label.offset + rep_offset).astype(int) xy = numpy.round(label.offset + rep_offset).astype(int)
texts.append(fatrec.Text(layer=layer, texts.append(fatrec.Text(layer=layer,
datatype=datatype, datatype=datatype,