mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Add comment about porting back Path#arcTo().
This commit is contained in:
parent
8213dce4a9
commit
a7d22b2165
1 changed files with 1 additions and 0 deletions
|
@ -1734,6 +1734,7 @@ var Path = this.Path = PathItem.extend({
|
|||
* myPath.arcTo(event.point);
|
||||
* }
|
||||
*/
|
||||
// PORT: New implementation back to Scriptographer
|
||||
arcTo: function(to, clockwise) {
|
||||
// Get the start point:
|
||||
var current = getCurrentSegment(this),
|
||||
|
|
Loading…
Reference in a new issue