|
@@ -63,7 +63,7 @@
|
|
|
|
|
|
<h3>[method:this bezierCurveTo]( [param:Float cp1X], [param:Float cp1Y], [param:Float cp2X], [param:Float cp2Y], [param:Float x], [param:Float y] )</h3>
|
|
|
<p>This creates a bezier curve from the [page:ShapePath.currentPath currentPath]'s
|
|
|
- offset to x and y with cp1X, cp1Y and cp1X, cp1Y as control points and updates the
|
|
|
+ offset to x and y with cp1X, cp1Y and cp2X, cp2Y as control points and updates the
|
|
|
[page:ShapePath.currentPath currentPath]'s offset to x and y.</p>
|
|
|
|
|
|
<h3>[method:this splineThru] ( [param:Array points] ) </h3>
|