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

Separate sizing webhelp/slides

parent bb43b9ef
No related branches found
No related tags found
No related merge requests found
......@@ -26,4 +26,15 @@
</xsl:template>
<xsl:template match="db:figure/db:mediaobject/db:imageobject/db:imagedata[ends-with(@fileref, '.svg')]">
<xsl:copy>
<xsl:attribute name="scale">
<xsl:text>150</xsl:text>
</xsl:attribute>
<xsl:apply-templates select="@*[not(name(.) = 'scale')] | node()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>
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