I’m pleased to announce that Plexydesk now supports accessing SVG elements from QML. So if you need to access an element with a SVG file, first you should define the size with “sourceSize.width” and “sourceSize.height” , then provide the source URL as “image://plexydesk_svgprovider/background#center”. “background” part of the URL is the file name, normally background.svg or [...]