claus / as3swf

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

I found a small (but important) bug having to do with exporting shapes multiple times #7

Closed oztune closed 13 years ago

oztune commented 13 years ago

Fixed a bug where shapes that were exported more than once came out black

claus commented 13 years ago

Thanks oz. The reason i put that conditional was that it shouldn't be necessary to recalculate the edge maps. Obviously, something goes wrong along the way. I have to revise that whole code, i think there are other problems yet.

oztune commented 13 years ago

Ah, I see. Thanks for letting me know! I didn't dig too deep, mostly because that statement made it work. Looking forward to the official fix. Oh, and thanks for the amazing library!

claus commented 13 years ago

Oz, until i find a better solution, i merged in your fix. I recently ran into the same issue.

Thanks!

oztune commented 13 years ago

Ah, cool!