Add comment about porting back Path#arcTo().

This commit is contained in:
Jürg Lehni 2011-06-14 21:32:14 +01:00
parent 8213dce4a9
commit a7d22b2165

View file

@ -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),