GodSVG
GodSVG copied to clipboard
identical circles have differing outlines
Bug Description
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<circle r="80" cx="128" cy="128" fill="none" stroke="white" stroke-width="35" />
<circle r="80" cx="128" cy="128" fill="none" stroke="black" stroke-width="35" stroke-linecap="round" transform="rotate(-162 128 128)" />
</svg>
Despite being identical circles, with identical stroke-widths, with one just having a rotation, the white circle is visible in sections
This issue extends to exported images:
This issue is not present in firefox or chromium's svg renderer
This is on ThorVG's end (the SVG renderer Godot uses), I'll see if it's been reported there. I think I reported something a lot like it a while back.
Kind of already reported: https://github.com/thorvg/thorvg/issues/2889