black instead of green
This commit is contained in:
parent
7f64134886
commit
aa8642999f
1 changed files with 1 additions and 1 deletions
2
svg.xsl
2
svg.xsl
|
@ -52,7 +52,7 @@
|
|||
|
||||
<g
|
||||
transform="translate({$transX}, {$transY}) scale({$scale})">
|
||||
<path d="{$path}" stroke="green" fill="none" />
|
||||
<path d="{$path}" stroke="black" fill="none" />
|
||||
</g>
|
||||
</xsl:template>
|
||||
|
||||
|
|
Reference in a new issue