I'm playing around with the <canvas> element, drawing lines and such.
I've noticed that my diagonal lines are antialiased. I'd prefer the jaggy look for what I'm doing - is there any way of turning this feature off?
|
I'm playing around with the I've noticed that my diagonal lines are antialiased. I'd prefer the jaggy look for what I'm doing - is there any way of turning this feature off?
| |||||||
feedback
|
|
Currently you can't. Related problem was discussed on the WHAWG mailing list, and whether this should be possible is still an open issue and might be added in the future. You can write your own line-drawing function with help of | |||||
feedback
|
|
Draw your A nice trick to not always need to add the | |||||||||||
feedback
|
|
It can be done in Mozilla Firefox. Add to your code:
In Opera is a feature request, hopefuly to be added soon. cheers, | |||
feedback
|
|
In Google Chrome and Safari the following renders aliased lines:
(But do not call context.beginPath()). | |||
|
feedback
|