Description
SVG files can be parsed by applications through a small library focused on simple vector input handling. It is useful for developers adding lightweight SVG support to graphics tools or games.
Parsers often handle untrusted files. Test malformed SVG input and do not assume this small parser implements every SVG feature.