Paper.js won’t resize the canvas correctly
Add the following CSS to your project: <style type=”text/css”> html, body { margin: 0; overflow: hidden; height: 100%; } /* Scale canvas with resize attribute to full size */ canvas[resize] { width: 100%; height: 100%; } </style>