- Added omitted lower-case calls in layer exclusion code.
1 parent 0d07c0c commit 655502a52f7f5d6177cc46e2f4641ff1a99546d4
nstanger authored on 29 Apr 2013
Showing 1 changed file
View
2
■■■
extract_svg_layers.xsl
-->
<xsl:template name="ignore-layers"
match="svg:g[ ( @inkscape:groupmode = 'layer' ) and
( $layers != '*') and
not( contains ( $layers, @inkscape:label ) )
not( contains ( lower-case( $layers ), lower-case( @inkscape:label ) ) )
]" />
<!--