rombdn / img-touch-canvas

Add touch gestures (pinch zoom) to images based on Canvas (vanilla HTML5 / JS)
MIT License
148 stars 110 forks source link

Rotate Image/Canvas #5

Open T-M-C opened 10 years ago

T-M-C commented 10 years ago

Hi, thank for this great script! i just cant find a way to rotate the image/canvas without mirroring the touch controls. can you give me a tip?

T-M-C commented 10 years ago

solved. cached the image to another canvas before drawing...

olavarrieta commented 10 years ago

Hi TMC, I've been trying to do the same thing, can you post some code on who you were able to rotate an image?

Thanks!