How do I export an SVG symbol that I created in Affinity Designer to QGIS in a way that it allows me to edit the properties of the symbol (fill & stroke colour and stroke width) in QGIS?
Preferably, I want these properties to be driven from QGIS, so I don't need to export and reload the SVG to see the changes. I am using QGIS 3.16.
And after <path, add: fill="param(fill) #FFF" stroke="param(outline) #000" stroke-width="param(outline-width) 1"
– Topow Feb 17 '22 at 09:56