-
Creates a configured
IPathShape
object based on the passed Svg path data instruction tag.
Provides a mapping of Path-data instructions' names to path shape classes.
-
class
This class handles common behaviour in IPathShape implementations
class
Implements closePath(Z) attribute of SVG's path element
class
Implements curveTo(C) attribute of SVG's path element
class
Implements elliptical curveTo (A) segment of SVG's path element.
class
Implements lineTo(H) attribute of SVG's path element
class
Implements lineTo(L) attribute of SVG's path element
class
Implements moveTo(M) attribute of SVG's path element
class
Implements quadratic Bezier curveTo(Q) attribute of SVG's path element
class
Implements shorthand/smooth quadraticCurveTo (T) attribute of SVG's path element
class
Implements shorthand/smooth curveTo (S) attribute of SVG's path element
class
Implements lineTo(V) attribute of SVG's path element