5minutes2start Posted November 20, 2014 Share Posted November 20, 2014 Hi there, What is the best way to scale canvas in IE with JS? With Mozilla I am doing likecanvas.setAttribute("style", "transform:scale(" + scale + ")");chome:canvas.setAttribute("style", "-webkit-transform:scale(" + scale + ")");and what about IE? thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.