That was it??? Really???

This commit is contained in:
XANTRONIX Development 2023-12-29 23:21:54 -05:00
parent cb4a19578e
commit f97ae0bdaf

View file

@ -44,10 +44,7 @@ class Path():
elif command == 'm':
for i in range(0, len(args)):
if i == 0:
if last == 'Z' or last == 'z':
cr.move_to(*args[i])
else:
cr.rel_move_to(*args[i])
cr.rel_move_to(*args[i])
else:
cr.rel_line_to(*args[i])
elif command == 'L':