1989383-1.html (355B)
1 <script> 2 document.addEventListener("DOMContentLoaded", () => { 3 const cnv = document.getElementById("a") 4 const ctx = cnv.getContext("2d") 5 ctx.shadowBlur = 169 6 ctx.globalCompositeOperation = "multiply" 7 ctx.shadowColor = "currentColor" 8 ctx.strokeText("Û", -204.661, -513, 237) 9 }) 10 </script> 11 <canvas id="a" height="800" width="800"></canvas>