Code

Extensions. Tiny blur bug in XAML export (Bug #572965).
authorJazzyNico <nicoduf@yahoo.fr>
Fri, 14 May 2010 17:23:40 +0000 (19:23 +0200)
committerJazzyNico <nicoduf@yahoo.fr>
Fri, 14 May 2010 17:23:40 +0000 (19:23 +0200)
share/extensions/svg2xaml.xsl

index f0b816470d2484cbb15f798a20613787ab4ed996..cda6c7a9745f45950f3f42823a39890d47efc2d4 100755 (executable)
@@ -173,7 +173,6 @@ Limited to one filter (can be improved) -->
         <BlurEffect>\r
             <xsl:if test="../@id"><xsl:attribute name="x:Key"><xsl:value-of select="../@id" /></xsl:attribute></xsl:if>\r
             <xsl:if test="@stdDeviation"><xsl:attribute name="Radius"><xsl:value-of select="round(@stdDeviation * 3)" /></xsl:attribute></xsl:if>\r
-            <xsl:attribute name="KernelType">Gaussian</xsl:attribute>\r
         </BlurEffect>  \r
 </xsl:template>\r
 \r