stroke width

This commit is contained in:
Mylloon 2024-05-06 21:37:18 +02:00
parent 8f7dcd9cb4
commit 34bc66cb4d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -42,10 +42,8 @@
<xsl:variable
name="transY" select="$height - max(LINETO/@y) * $scale" />
<!-- TODO : Faudrais faire en sorte que :
+ le scale est petit
+ l'épaisseur du tracé est épais -->
<g stroke="black" fill="none"
<g stroke="black"
stroke-width="{1 div $scale}"
transform="translate({$transX}, {$transY}) scale({$scale})">
<xsl:call-template name="generatePath" />
</g>