Skip to content
Snippets Groups Projects
Commit 184336ed authored by Goik Martin's avatar Goik Martin
Browse files

Re-orering generated svg layer

parent 30ebd742
No related branches found
No related tags found
No related merge requests found
......@@ -120,9 +120,9 @@
<svg xmlns="http://www.w3.org/2000/svg">
<xsl:copy-of select="$svgRoot/@*" />
<xsl:copy-of select="$svgRoot/*[not (name(.) = 'g')]"/>
<xsl:apply-templates select="." mode="sortLayer"/>
<xsl:copy-of select="$masterSlide"/>
</svg>
<xsl:apply-templates select="." mode="sortLayer"/>
</svg>
</xsl:result-document>
</xsl:for-each>
</start>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment