mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-19 00:07:15 -04:00
This is inconsistent with all other fill types, which don't have a special outline subsymbol. Users should be creating outline layers when they want an outline instead. When reading an SVG fill symbol layer from XML, automatically upgrade any outline subsymbol which is used by the fill to be separate symbol layers for the parent fill symbol so that existing symbols will appear as designed in older QGIS versions. Fixes qgis#14103