fix offset
This commit is contained in:
parent
177a5a9094
commit
436c41a5d0
1 changed files with 1 additions and 1 deletions
2
svg.xsl
2
svg.xsl
|
@ -19,7 +19,7 @@
|
||||||
<xsl:call-template name="generatePath">
|
<xsl:call-template name="generatePath">
|
||||||
<xsl:with-param name="idx" select="1" />
|
<xsl:with-param name="idx" select="1" />
|
||||||
<xsl:with-param name="path" select="'M ' || $offset || ' ' || $offset" />
|
<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:call-template>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
|
||||||
|
|
Reference in a new issue