1305085-1.html (237B)
1 <!DOCTYPE html> 2 <html> 3 <script> 4 var c = document.createElementNS('http://www.w3.org/1999/xhtml', 'canvas'); 5 var cx = c.getContext('2d'); 6 cx.setTransform(1, 2, 2, 4, 0.41577222277777554, 0.89); 7 cx.fillText("AA",2048,4); 8 </script> 9 </html>