As demonstrated in the following jsfiddle, I'm adding an image to a canvas
element, and then rotating it around it's center:
On mobile phones (ios, android) the image has jagged edges when rotating (to see the jagged edges in jsfiddle on an iphone you may have to zoom in on the image). This doesn't happen on desktop browsers.
Is there any way to smoothen the edges on mobile devices?