1755770-2.html (708B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 window.addEventListener("load", () => { 6 const svg = document.createElementNS("http://www.w3.org/2000/svg", "svg"); 7 const text = document.createElementNS("http://www.w3.org/2000/svg", "text"); 8 text.setAttribute("letter-spacing", "65535pc"); 9 text.setAttribute("writing-mode", "vertical-lr"); 10 const node = document.createTextNode("\rï¿»ð¨\nó = ð£%?;ð©á©¿ð�"); 11 text.appendChild(node); 12 svg.appendChild(text); 13 document.documentElement.appendChild(svg); 14 const rect = new DOMRectReadOnly(-128, 256, 0, 1024); 15 node.convertRectFromNode(rect, document, {}); 16 }) 17 </script> 18 </head> 19 </html>