qtdeclarative/tools/svgtoqml
Eskil Abrahamsen Blomfeldt b3cbee9f98 Implement item generator via QML generator
We were spending time doing the same implementation twice,
since the item generator and QML generator were two separate
code paths. We also risked having bugs which only occurred in
one of the code paths.

This may at some point be a valid optimization, but during
development it is premature. The parsing of the QML is a
one-time cost when loading the SVG and this is an acceptable
cost for now. Optimizations can come later when we have
a more stable state.

Fixes: QTBUG-135269
Change-Id: I649a89d7a2e18ef1c0213658dc106f2cc1194841
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2025-04-11 15:50:23 +02:00
..
CMakeLists.txt Transform animations for VectorImage 2024-12-20 14:33:08 +01:00
main.cpp Implement item generator via QML generator 2025-04-11 15:50:23 +02:00
main.qml Correct license for tools files 2024-02-29 19:15:03 +01:00