That was it??? Really???
This commit is contained in:
parent
cb4a19578e
commit
f97ae0bdaf
1 changed files with 1 additions and 4 deletions
|
@ -44,10 +44,7 @@ class Path():
|
||||||
elif command == 'm':
|
elif command == 'm':
|
||||||
for i in range(0, len(args)):
|
for i in range(0, len(args)):
|
||||||
if i == 0:
|
if i == 0:
|
||||||
if last == 'Z' or last == 'z':
|
cr.rel_move_to(*args[i])
|
||||||
cr.move_to(*args[i])
|
|
||||||
else:
|
|
||||||
cr.rel_move_to(*args[i])
|
|
||||||
else:
|
else:
|
||||||
cr.rel_line_to(*args[i])
|
cr.rel_line_to(*args[i])
|
||||||
elif command == 'L':
|
elif command == 'L':
|
||||||
|
|
Loading…
Add table
Reference in a new issue