Make sure you line is draw as a Hairline and not a thickness of 1. Or if you
draw the line dynamically (in code) then make sure to set the line style to
no scale. Like this:

shape.graphics.lineStyle(1, 0x000000, 1, *false*, LineScaleMode.NONE);


Steve


On Thu, Nov 13, 2008 at 7:07 AM, Sander Schuurman <
[EMAIL PROTECTED]> wrote:

> Hi cool list,
>
> I am trying out some dynamic drawing to bitmapData. It works well, only my
> drawn lines are a bit chunky and thick. ( see
> http://img227.imageshack.us/img227/118/exampleyu5.jpg )
> How can I make the lines a bit thinner and more 'organic'?
>
> I know it's possible... I checked out some other drawing examples on:
> http://www.lessrain.com/projects/luis/algorithm/liverender/
> http://blog.andre-michelle.com/2008/fur-like-renderings/#comments
>
> I'm copying a drawn line from the library by the way, and then draw it to a
> bitmapdata (bitmap smoothing = true)
>
> thnx in advance!
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to