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
Bug Description
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