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

Display master layer regardless of style="display:none"

parent 61fe78f7
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,9 @@
</xsl:if>
<xsl:apply-templates select="." mode="sortLayer"/>
<xsl:copy-of select="$masterSlide"/>
<svg:g style="display:inline"> <!-- Override inkscape setting -->
<xsl:copy-of select="$masterSlide/@*[not(name(.)='style')]|$masterSlide/*"/>
</svg:g>
</svg>
</xsl:result-document>
</xsl:for-each>
......@@ -166,7 +168,7 @@
</xsl:template>
<xsl:template match="svg:g" mode="sortLayer">
<svg:g>
<svg:g style="display:inline"> <!-- Override inkscape setting -->
<xsl:copy-of select="@*[not(name(.)='style')]|*"/>
</svg:g>
</xsl:template>
......
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