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? |
|||||||
|
|
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 |
|||||
|
|
Draw your A nice trick to not always need to add the |
|||||||||||
|
|
It can be done in Mozilla Firefox. Add this to your code:
In Opera it's currently a feature request, but hopefully it will be added soon. |
||||
|