fix offset

This commit is contained in:
Mylloon 2024-05-05 21:22:28 +02:00
parent 177a5a9094
commit 436c41a5d0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -19,7 +19,7 @@
<xsl:call-template name="generatePath">
<xsl:with-param name="idx" select="1" />
<xsl:with-param name="path" select="'M ' || $offset || ' ' || $offset" />
<xsl:with-param name="offset" select="500" />
<xsl:with-param name="offset" select="$offset" />
</xsl:call-template>
</xsl:variable>