PathScope
class PathScope
Functions
Link copied to clipboard
Creates the PathModel described by the operations invoked in PathScope.
Link copied to clipboard
Adds a cubic bezier from the last point, approaching control points (controlPoint1.x,controlPoint1.y) and (controlPoint2.x,controlPoint2.y), and ending at (endPoint.x,endPoint.y). If no moveTo children has been added to this Path, then the first point is automatically set to (0,0).
Link copied to clipboard
Adds a quadratic bezier from the last point, approaching control point (controlPoint.x,controlPoint.y), and ending at (endPoint.x,endPoint.y). If no moveTo children has been added to this Path, then the first point is automatically set to (0,0).