mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
No need to add 0.
This commit is contained in:
parent
8f9c19e963
commit
efaae89dfc
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ var PathItem = Item.extend(/** @lends PathItem# */{
|
|||
case 'a':
|
||||
for (var j = 0; j < length; j += 7) {
|
||||
this.arcTo(current = getPoint(j + 5),
|
||||
new Size(+coords[j + 0], +coords[j + 1]),
|
||||
new Size(+coords[j], +coords[j + 1]),
|
||||
+coords[j + 2], +coords[j + 4], +coords[j + 3]);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue