Fix getCurveAt() signature.

This commit is contained in:
Jürg Lehni 2013-06-27 17:13:00 -07:00
parent 38db18c2e1
commit 9f5b543ab5

View file

@ -774,7 +774,7 @@ statics: {
* @bean
* @ignore
*/
}), Base.each(['getPoint', 'getTangent', 'getNormal', 'getCurvatureAt'],
}), Base.each(['getPoint', 'getTangent', 'getNormal', 'getCurvature'],
// Note: Although Curve.getBounds() exists, we are using Path.getBounds() to
// determine the bounds of Curve objects with defined segment1 and segment2
// values Curve.getBounds() can be used directly on curve arrays, without