Describe the bug
Typically (without [paint-order[(https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/paint-order)) a shape's fill is rendered below the stroke. This seems to be the other way around for gradients fills, while solid colors work as expected.
To Reproduce
See this playground.
Expected behavior
The SVG looks like this:
which is how the PDF should look, too.
Describe the bug
Typically (without [paint-order[(https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/paint-order)) a shape's fill is rendered below the stroke. This seems to be the other way around for gradients fills, while solid colors work as expected.
To Reproduce
See this playground.
Expected behavior
The SVG looks like this:
which is how the PDF should look, too.