claus / as3swf

Low level Actionscript 3 library to parse, create, modify and publish SWF files.
MIT License
525 stars 127 forks source link

defineShape3 - defineFont3 #28

Open olivierdion opened 11 years ago

olivierdion commented 11 years ago

Hi Claus, this lib is really powerfull stuff ! thanks for putting this online !

but - I can`t seem to get some swf file converted, they all have defineShape3 and defineFont3 in them. These were swf file created with illustrator.

If I flatten them in flash, they will export to svg just fine.

Is there any quick workaround I could do to have these shape/group of shape exported ? I found that if I use this statement, - if ( !defineShape || !defineShape.shapes ) continue; the shape will be exported but no matrix will be accounted for.

text does not seem to render at all.

here are two example files.

file with defineShape3 - http://atomikspace.com/transfer/A.swf file flatten to use defineShape4 - http://atomikspace.com/transfer/b.swf

any help will be Insanely appreciated !