kittykatattack / scaleToWindow

A function to scale an HTML canvas element to the maximum browser window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does .scaleToWindow() lower resolution?

opened this issue · comments

Hi, i have been using .scaleToWindow() method in my work to align things in the brower's window. But one thing I encounter is that, my image turns out to be blurred (shown in lower resolution) when I am using this method. The image turns back into its high resolution when I omitted this method in my coding. Is there any bugs here?