[whatwg] Bresenham lines and circles in <canvas>

Hi whatwg,

I'd like to draw non-antialiased lines in a <canvas>. Currently it seems
that the only way to do this is to directly access the pixel data.

Is there a reason there's no way to turn off antialiasing?

Possible API:
context.antialias = false

Received on Friday, 13 January 2012 17:56:13 UTC