Printing with ZIMJS

@Abstract and all
Is it possible that ZIM is preventing everything on the stage from being printed?
I'm trying to print with window.print(); but only the left half of the canvas is printed.
???

Well, I found the source of the problem:
The things I was trying to print were on a new Frame I created. I had to hide the original canvas of ZIM (myCanvas) that covered my objects.
Thanks a lot!

2 Likes