Class | Description |
---|---|
SvgPathClosePathCmd |
Object representation of an SVG (Scalable Vector Graphics) path closePath ('z') command.
|
SvgPathCmd |
Base representation of an SVG (Scalable Vector Graphics) path command.
|
SvgPathCurveToCmd |
Object representation of an SVG (Scalable Vector Graphics) path curveTo ('C' or 'c') command.
|
SvgPathEllipticalArcCmd |
Object representation of an SVG (Scalable Vector Graphics) path elliptical arc ('A' or 'a') command.
|
SvgPathHorizLineToCmd |
Object representation of an SVG (Scalable Vector Graphics) path horizontal lineTo ('H' or 'h') command.
|
SvgPathLineToCmd |
Object representation of an SVG (Scalable Vector Graphics) path lineTo ('L' or 'l') command.
|
SvgPathMoveToCmd |
Object representation of an SVG (Scalable Vector Graphics) path moveTo ('M' or 'm') command.
|
SvgPathQuadCurveToCmd |
Object representation of an SVG (Scalable Vector Graphics) path quadratic curveTo ('Q' or 'q') command.
|
SvgPathSmoothCurveToCmd |
Object representation of an SVG (Scalable Vector Graphics) path smooth curveTo ('S' or 's') command.
|
SvgPathSmoothQuadCurveToCmd |
Object representation of an SVG (Scalable Vector Graphics) path smooth quadratic curveTo ('T' or 't') command.
|
SvgPathVertLineToCmd |
Object representation of an SVG (Scalable Vector Graphics) path vertical lineTo ('V' or 'v') command.
|
Exception | Description |
---|---|
SvgPathDataException |
Indicates an exception caused during SVG path data processing.
|