lucaslorentz / AS3SVGRenderer

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

Could it support the image from swf library? #14

Closed hooh closed 10 years ago

hooh commented 11 years ago

Some assets may be from swf library

lucaslorentz commented 11 years ago

Yes, maybe something like the following pattern: <image href="asset: namespace.className" /> or <image href="library: namespace.className" />

What do you think? I believe the change would be only on SVGImage.as file, can you try to modify it?

hooh commented 11 years ago

ok,I'd like to.