I\'m using Swiffy to render onto a hidden canvas so that I can take the result and use it elsewhere. The problem I\'m running into is that when I resize the container div fo
The only way I could figure out how to do it is to edit the Swiffy runtime and replace all instances of window.innerWidth and window.innerHeight with whatever size I wanted.
No ill side affects that I could see, though this is obliviously less than ideal.
If someone comes up with a better solution I'll absolutely accept it.