mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Merge branch 'master' of github.com:paperjs/paper.js
This commit is contained in:
commit
a952e6f5ad
1 changed files with 1 additions and 1 deletions
|
@ -2178,7 +2178,7 @@ var Path = PathItem.extend(/** @lends Path# */{
|
|||
throughVector = Point.read(throughVector);
|
||||
toVector = Point.read(toVector);
|
||||
var current = getCurrentSegment(this)._point;
|
||||
this.arcBy(current.add(throughVector), current.add(toVector));
|
||||
this.arcTo(current.add(throughVector), current.add(toVector));
|
||||
},
|
||||
|
||||
closePath: function() {
|
||||
|
|
Loading…
Reference in a new issue