Hi,

I was wondering if anyone knows of any custom classes created by the community that can render vector graphics onto bitmapData objects better than the current flash vector renderer. The current draw method I have been using is either too pixelated with smooth set to false or too blury with it set to true after the render to a bitmapData.

Is there some class out there that has more options than the draw method, or some way to render a vector to a bitmapData object without much distortion?


I would greatly appreciate any help .

Thanks,

TariqM