summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-05-14 06:31:02 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-05-14 06:31:02 +0000
commitf1e4f611925884b0686ee43a79a65bb46ee7bccd (patch)
tree2e3051cc8bafe9af3d84c9e06e4516f60aec6078
parentGerman Translation update (diff)
downloadinkscape-f1e4f611925884b0686ee43a79a65bb46ee7bccd.tar.gz
inkscape-f1e4f611925884b0686ee43a79a65bb46ee7bccd.zip
Extensions. XAML blur now works with all shapes and path (Bug #572965)
(bzr r9413)
-rwxr-xr-xshare/extensions/svg2xaml.xsl13
1 files changed, 7 insertions, 6 deletions
diff --git a/share/extensions/svg2xaml.xsl b/share/extensions/svg2xaml.xsl
index 407819d9e..f0b816470 100755
--- a/share/extensions/svg2xaml.xsl
+++ b/share/extensions/svg2xaml.xsl
@@ -1175,6 +1175,7 @@ Fixme: is this template still in use? -->
</xsl:call-template>
</xsl:attribute></xsl:if>
<xsl:apply-templates mode="id" select="." />
+ <xsl:apply-templates mode="filter_effect" select="." />
<xsl:apply-templates mode="desc" select="." />
<xsl:apply-templates mode="clip" select="." />
<!--xsl:apply-templates mode="transform" select="." /-->
@@ -1200,7 +1201,7 @@ Fixme: is this template still in use? -->
<xsl:apply-templates mode="stroke_dashoffset" select="." />
<xsl:apply-templates mode="stroke_linejoin" select="." />
<xsl:apply-templates mode="stroke_linecap" select="." />
-
+ <xsl:apply-templates mode="filter_effect" select="." />
<xsl:apply-templates mode="desc" select="." />
<xsl:apply-templates mode="transform" select=".">
@@ -1275,7 +1276,7 @@ Fixme: is this template still in use? -->
<xsl:apply-templates mode="stroke_dashoffset" select="." />
<xsl:apply-templates mode="stroke_linejoin" select="." />
<xsl:apply-templates mode="stroke_linecap" select="." />
-
+ <xsl:apply-templates mode="filter_effect" select="." />
<xsl:apply-templates mode="desc" select="." />
<xsl:apply-templates mode="transform" select=".">
@@ -1300,7 +1301,7 @@ Fixme: is this template still in use? -->
<xsl:apply-templates mode="stroke_dashoffset" select="." />
<xsl:apply-templates mode="stroke_linejoin" select="." />
<xsl:apply-templates mode="stroke_linecap" select="." />
-
+ <xsl:apply-templates mode="filter_effect" select="." />
<xsl:apply-templates mode="desc" select="." />
<xsl:apply-templates mode="transform" select=".">
@@ -1323,7 +1324,7 @@ Fixme: is this template still in use? -->
<xsl:apply-templates mode="stroke_dashoffset" select="." />
<xsl:apply-templates mode="stroke_linejoin" select="." />
<xsl:apply-templates mode="stroke_linecap" select="." />
-
+ <xsl:apply-templates mode="filter_effect" select="." />
<xsl:apply-templates mode="desc" select="." />
<xsl:if test="@d">
@@ -1386,7 +1387,7 @@ Fixme: is this template still in use? -->
<xsl:apply-templates mode="stroke_dashoffset" select="." />
<xsl:apply-templates mode="stroke_linejoin" select="." />
<xsl:apply-templates mode="stroke_linecap" select="." />
-
+ <xsl:apply-templates mode="filter_effect" select="." />
<xsl:apply-templates mode="desc" select="." />
<xsl:apply-templates mode="clip" select="." />
@@ -1428,7 +1429,7 @@ Fixme: is this template still in use? -->
<xsl:apply-templates mode="stroke_dashoffset" select="." />
<xsl:apply-templates mode="stroke_linejoin" select="." />
<xsl:apply-templates mode="stroke_linecap" select="." />
-
+ <xsl:apply-templates mode="filter_effect" select="." />
<xsl:apply-templates mode="desc" select="." />
<xsl:apply-templates mode="clip" select="." />