summaryrefslogtreecommitdiff
path: root/branding/content/wordmark.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'branding/content/wordmark.xsl')
-rw-r--r--branding/content/wordmark.xsl20
1 files changed, 20 insertions, 0 deletions
diff --git a/branding/content/wordmark.xsl b/branding/content/wordmark.xsl
new file mode 100644
index 0000000..d856425
--- /dev/null
+++ b/branding/content/wordmark.xsl
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<xsl:stylesheet version="1.0"
+xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+xmlns:svg="http://www.w3.org/2000/svg">
+
+<xsl:template match="svg:svg/@height">
+<xsl:attribute name="height"><xsl:value-of select="'39'"/></xsl:attribute>
+</xsl:template>
+
+<xsl:template match="svg:g[@id='g3229']/@transform">
+<xsl:attribute name="transform"><xsl:value-of select="'translate(-112.1549,-60)'"/></xsl:attribute>
+</xsl:template>
+
+<xsl:template match="svg:svg|svg:defs|svg:defs//*|svg:g[@id='g3229' or @id='g17886']|svg:path[@id='path2813' or @id='path2823']|svg:g[@id='g17886']//*|@*">
+<xsl:copy>
+<xsl:apply-templates select="*|@*"/>
+</xsl:copy>
+</xsl:template>
+
+</xsl:stylesheet>