TomByrne / Flash2Svg

Export Animated SVG files staight from Flash Pro
MIT License
337 stars 52 forks source link

Primitives and Drawing objects need to be broken apart to export properly #16

Closed jarkkosyrjala closed 7 years ago

jarkkosyrjala commented 8 years ago

Drawing objects are not being exported correctly. Tested using Animate CC (2015.1 release).

Here's an example FLA with generated SVG: flash2svg_bug_test.fla.zip Example has two Movieclips on stage. Lower one is the original that has been drawn using drawing objects and and oval primitive and the upper one where all shapes have been broken apart (Modify>Break Apart).

Result should have two identical Pacmans, but the lower (original with primitives and Drawing objects inside) gets corrupted. The upper pacman is exported correctly (All shapes inside it have been broken apart).

This is what should be exported: image

But this is what gets exported: image

TomByrne commented 7 years ago

A fix for this will be included in v3.51