Skip to content
Commit 9b48c5a9 authored by Mikel Johnson's avatar Mikel Johnson
Browse files

Use custom element to show SVGs instead of images

Introduces VectorImage which allows for partial rendering of the image allowing us to show SVGs at high quality without sacrificing performance.
We use QQuickPaintedItem as it performs better than Image and allows us to potentially replace the QSvg in the future with a more compliant implementation.
parent f4424407
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment