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':
|
||||
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':
|
||||
|
|
Loading…
Add table
Reference in a new issue