Details
-
User Story
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9
-
None
Description
With the addition of the VectorImage type in Qt 6.8, basic static SVG support is now available to Qt Quick applications.
This does not however support animations, so a natural next step would be to investigate how easy it would be to map existing animated vector graphics formats onto the primitives we have in Qt Quick.
There are three avenues to explore here:
- Expanding the current SVG support in VectorImage to also include some animations.
- Expanding Qt SVG support to support more animations.
- Looking at how easy it would be to expand VectorImage to also support Qt Lottie (which already supports animations).
The effort and value of any of these is very much unknown at the moment, so a preliminary research item is needed for each.