1594949.html (279B)
1 <script> 2 window.onload = () => { 3 a.style.setProperty("scale", "3") 4 a.clientTop 5 a.style.setProperty("offset", "path('M1 6')0deg") 6 7 b.style.setProperty("offset", "path('M100 6')0deg") 8 } 9 </script> 10 <svg> 11 <text id="a"></text> 12 <foreignObject id="b"></foreignObject> 13 </svg>