Hi,

I want to draw a line onto a BitmapData, and there are many ways of
doing that easily. However, I have not been able to come up with a
reliable way to draw a line with a thickness greater than 1. I want
this line to be drawn pixel by pixel, and not anti-aliased (so making
a movieclip, doing lineTo, then draw()ing it onto the bitmapData wont
work).

Does anyone have a good algorithm for drawing lines with a thickness?
just being able to specify an integer thickness (1,2,3,4,...) is fine,
I don't need fractions. And I don't need rounded ends, square ends are
fine also.

Thanks
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to