preserve3d-8-ref.html (284B)
1 <html> 2 <head> 3 </head> 4 <body style="width:100px"> 5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="js" viewBox="0 0 200 200" style="transform: rotateX(180deg)"> 6 <g> 7 <rect width="100" height="100" style="fill:rgb(0,0,255)"></rect> 8 </g> 9 </svg> 10 </body> 11 </html>