AbstractPathShape |
This class handles common behaviour in IPathShape implementations
|
CurveTo |
Implements curveTo(C) attribute of SVG's path element
|
EllipticalCurveTo.EllipseArc |
Converts between two types of definitions of an arc:
The input is an arc defined by two points and the two semi-axes of the ellipse.
|
IControlPointCurve |
Interface that describes a Path object which is defined by control points.
|
IOperatorConverter |
A locally used strategy for converting relative coordinates to absolute coordinates (in the current SVG coordinate
space).
|
LineTo |
Implements lineTo(L) attribute of SVG's path element
|
QuadraticCurveTo |
Implements quadratic Bezier curveTo(Q) attribute of SVG's path element
|