[whatwg] Bresenham lines and circles in <canvas>

Jeremy Apthorp jeremya at chromium.org
Fri Jan 13 17:56:13 PST 2012


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


More information about the whatwg mailing list