misc cleanup

This commit is contained in:
Jan Petykiewicz 2024-07-29 03:13:36 -07:00
commit da7118f521
2 changed files with 5 additions and 4 deletions

View file

@ -230,7 +230,8 @@ def get_char_as_polygons(
outline = slot.outline
start = 0
all_verts_list, all_codes = [], []
all_verts_list = []
all_codes = []
for end in outline.contours:
points = outline.points[start:end + 1]
points.append(points[0])