This tool parses an SVG file into Qt graphics objects and provides tools to lookup elements based on xml attributes in the SVG file.
WARNING SVG support is extremely limited, but it is enough to render most static SVGs.
- QT 5.9.6 (min tested) - QT 5.15.2 (max tested)
- C++11 or later
- Parametrize xml attributes to save
- Add default style attributes.
- Store style in struct, not hashtable. Maybe parse to enums.