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 2 support #27

Closed mayjs closed 6 years ago

mayjs commented 6 years ago

Firefox has recently removed some features that are not included in SVG2 anymore. One of these features is the SVGPathSeg-API, which is heavily used by this library right now. See the Firefox Bugtracker for more details.

A polyfill based on the original Chromium implementation for this API is available. I think we could possibly just bundle this polyfill with the library.

laaglu commented 6 years ago

Thanks for reporting the problem. I have fixed it already, see https://github.com/laaglu/lib-gwt-svg/issues/26 and lib-gwt-svg-0.5.15

mayjs commented 6 years ago

Sorry for the duplicate I didn't realize that there was a recent commit to the library. Thanks for the immediate reaction!