cykod / Quintus

HTML5 Game Engine
http://html5quintus.com
GNU General Public License v2.0
1.41k stars 401 forks source link

webkitImageSmoothingEnabled is deprecated #186

Open angelskieglazki opened 7 years ago

viki53 commented 7 months ago

They all seem to have become deprecated or unnecessary: https://caniuse.com/mdn-api_canvasrenderingcontext2d_imagesmoothingenabled
Except maybe ms for IE11 (which is over 10 years old now)

No need to comment though (commented code is dead code), only one line can remain in this function:

    Q.ctx.imageSmoothingEnabled = enabled;