Summary
Provides methods to parse the syntax used in SVG path data.
Static methods
IEnumerable<DecodeSvgPath.PathPiece> | |
Converts a string containing SVG path data to a sequence of DecodeSvgPath.PathPiece objects. |
IEnumerable<IEnumerable<PointD>> | |
Converts a sequence of DecodeSvgPath.PathPiece objects to a sequence of points using the specified smoothness to render Bézier curves. |
IEnumerable<IEnumerable<PointD>> | Do(string svgPath, double smoothness) |
Converts a string containing SVG path data to a sequence of points using the specified smoothness to render Bézier curves. |
Nested types
| Encapsulates a piece of SVG path data. |
| Encapsulates an elliptical arc in SVG path data. |
| Specifies a type of piece within an SVG path. |