Jeremy Apthorp Fri, 13 Jan 2012 17:56:43 -0800
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