1982066-1.html (284B)
1 <script> 2 document.addEventListener("DOMContentLoaded", () => { 3 const cnv = document.getElementById('a') 4 const ctx = cnv.getContext('2d') 5 ctx.drawImage(cnv, 58, 68, 14, Number.MIN_VALUE, 228, cnv.height, 187.3, 143) 6 }) 7 </script> 8 <canvas id='a' height='800' width='800'></canvas>