laaglu / lib-gwt-svg

a general purpose SVG library for GWT. The goal is to make it easy to do SVG graphics in a GWT application
http://www.vectomatic.org/libs/lib-gwt-svg
39 stars 23 forks source link

SVG ui filter element feGaussianBlur drop the stdDeviation attribute in IE 10 #5

Open kabramcs opened 11 years ago

kabramcs commented 11 years ago

Define a simple filter such as:

when you view it in IE (10) the blur doesn't get applied. Why you look at the the source with dev-tool, you'll notice that stdDeviation attribute is missing.

Version: 0.5.7