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

Reply via email to