svg_to_avd library
Classes
- SvgToAvd
-
The SvgToAvg class is an extension of
XmlDocument
. It contains a single new method called toPrettyXmlString to simplify SVG writing simple SVG strings.
Exceptions / Errors
- InvalidAttributeNameException
- Error thrown when trying to convert an attribute that we either don't currently support or has no counterpart in avd.
- InvalidSvgStringException
- Error thrown when input is not a valid svg.
- SvgToAvdException
- Default implementation of SvgToAvdException which carries a message and prints the class name when calling toString.