Skip to content
  • Mikel Johnson's avatar
    Use custom element to show SVGs instead of images · 9b48c5a9
    Mikel Johnson authored
    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.
    9b48c5a9