1505426-1.html (461B)
1 <html> 2 3 <head> 4 <script> 5 function start() { 6 canvas = document.getElementById('canvas') 7 context = canvas.getContext('2d') 8 canvas.setAttribute('x', 800) 9 setTimeout(function() { 10 context.fillText('i', 158, 156, 206) 11 }, 0) 12 context.setTransform(0, 1, 19, 1, 0.0989504886744, 0) 13 } 14 document.addEventListener('DOMContentLoaded', start) 15 </script> 16 17 </head> 18 19 <body> 20 <canvas id='canvas'></canvas> 21 </body> 22 23 </html>