Support SVG property 'paint-order'
Add support for the paint-order property. By default the fill is painted and then the stroke is placed on top. The paint-order property allows this order to be defined so the stroke can be placed under the fill. Without support for this a svg can look very different than the imported version in illustrator.
The file attached is an example of the property in use.
Example:
https://mdn.mozillademos.org/en-US/docs/Web/CSS/paint-order$samples/Examples?revision=1530134
See the following resources:
https://svgwg.org/svg2-draft/painting.html#PaintOrder
https://developer.mozilla.org/en-US/docs/Web/CSS/paint-order
https://caniuse.com/#feat=mdn-css_properties_paint-order
-
Filipi Nascimento Silva commented
This is super important as many SVG are now rendered incorrectly because of that. Inkscape already supports it.
-
Blayze commented
The attached file is an example of the property in use that doesn't import correctly.