Module components::path [−][src]
Structs
| Angle | Representation of the |
| DisplaySvg | A wrapper to use |
| Length | Representation of the |
| Path | Representation of the SVG path data. |
| PathParser | A pull-based path data parser. |
| Stream | A streaming text parsing interface. |
| WriteOptions | Options for SVG types writing. |
Enums
| AngleUnit | List of all SVG angle units. |
| Error | List of all errors. |
| LengthUnit | List of all SVG length units. |
| ListSeparator | A separator type for a list of values. |
| PathCommand | List of all path commands. |
| PathSegment | Representation of the path segment. |
Traits
| FuzzyEq | A trait for fuzzy/approximate equality comparisons of float numbers. |
| FuzzyZero | A trait for fuzzy/approximate comparisons of float numbers. |
| WriteBuffer | A trait for writing data to the buffer. |