lucaslorentz / AS3SVGRenderer

An AS3 SVG Renderer for Flash Player.
106 stars 27 forks source link

Fix issues 17, 22, 24, 25, 28 and some other unreported #29

Closed romamik closed 11 years ago

romamik commented 11 years ago

Fix to issues #17, #22, #24, #25, #28 and some other unreported Issue #22 is not 100% fixed. But I do not see easy way to do this. See my comment in issue. Some unreported issues: gradient strokes were not working, bug fix to my implementation of patterns (now made it the right way without adding fake SVGUse), blur filters with different x and y parameters were not working.

romamik commented 11 years ago

Please let me know if you need comments. I also can break this into separate pull requests if it's better for you.