You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ig.normalizeVendorAttribute would have provided webkitGetImageDataHD as getImageDataHD on the ctx.
Safari used to automatically pixel double the internal resolution of the canvas on "retina" devices. I wrote an article about this whole ordeal back then.
However, this is all obsolete as far as I know. Safari it no longer does this. If you ask for a 320x240 Canvas, you now really get an internal resolution of 320x240. The backingStorePixelRatio is always 1. Same with all(?) other browsers. So the whole getImagePixels function could probably be simplified.
This method doesn't actually exist. It's undefined...
Impact/lib/impact/impact.js
Line 214 in 66e872e
Impact/lib/impact/impact.js
Lines 224 to 226 in 66e872e
The text was updated successfully, but these errors were encountered: