| 123456789101112131415161718 | <!DOCTYPE html><html>  <head>    <script src="stitchey.js"></script>    <title>stitchey</title>    <style type="text/css">     html, body {       margin: 0px;       padding: 0px;       overflow: hidden;     }    </style>  </head>  <body>    <canvas id="cv">    </canvas>  </body></html>
 |