<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 5 Sept 2024 at 15:15, Joshua Krämer <joshua@kraemer.link> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br>
<br>
the following sample file defines two rectangles with a draw and <br>
filldraw command, respectively. In the generated SVG file, the first <br>
rectangle with the draw command contains a path element with the <br>
attribute "stroke-linejoin: round;" and thus appears as intended, with <br>
rounded corners. This attribute is missing for the second rectangle with <br>
the filldraw command, which thus appears with sharp corners. I think <br>
this is a bug, because drawing or filldrawing with pencircle should <br>
always result in rounded corners. Adding "linejoin := rounded;" doesn't <br>
make a difference.<br>
<br>
outputformat := "svg";<br>
beginfig(1);<br>
        pickup pencircle scaled 12;<br>
        draw unitsquare scaled 48;<br>
        filldraw unitsquare scaled 48 shifted (72, 0);<br>
endfig;<br>
end;<br></blockquote><div><br></div><div>Thank you for the report, I will check it this weekend.</div><div><br></div><div>--</div><div>luigi </div></div></div>