Missing stroke-linecap="round" attribute in SVG export

Is something not working like it should? Let us know.
User avatar

2021-01-09 15:04:15

I'm exporting a simple vector graphic in SVG. Pixelmator properly generate
stroke-linejoin="round"
but it does not add the
stroke-linecap ="round"
attribute, resulting in wrong line ending.

How I see it in Pixelmator (and how it is rendered if I add the attribute myself)
Image

How I see it after exporting in SVG:
Image
User avatar

2021-01-11 09:52:28

Hey Jean-Daniel! The SVG engine improvements is something we plan to focus on more in the coming months. The issue with the stroke-linecap property is one of the things we'd like to improve.