svg_path_parser library

Classes

CommandToken
A Token representing a command.
Parser
A Parser that converts a SVG path to a Path object.
Scanner
A scanner that reads a string of Unicode characters and emits Tokens.
Token
A token emitted by a Scanner.
ValueToken
A token representing an argument value.

Enums

CoordinateType
The types of coordinates to use for commands.
TokenType
The types of Token objects.

Extensions

RelativeOffsets on Offset

Functions

parseSvgPath(String source, {bool failSilently = false}) Path
A wrapper to quickly parse a Svg path.