Canvas drawImage can work well on HiDPI screens now
https://www.html5rocks.com/en/tutorials/canvas/hidpi/ we need do extra processing for drawImage on HiDPI screens before. But now I found it work well and no need the extra processing. is it right? Thank you!