1797099-1.html (523B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 document.addEventListener('DOMContentLoaded', () => { 6 const canvas = document.createElementNS('http://www.w3.org/1999/xhtml', 'canvas') 7 const context = canvas.getContext('2d') 8 const pattern = context.createPattern(canvas, 'no-repeat') 9 context.fillStyle = pattern 10 pattern.setTransform({ 11 'c': 1.510601806598101, 12 'd': 0, 13 }) 14 context.fillRect(1024, 512, 32, 32767) 15 }) 16 </script> 17 </head> 18 </html>