svg-paint-rect-changes-ref.html (339B)
1 <html> 2 <div id=out style="overflow: hidden; height:30px"> 3 <div style="transform: rotate(2deg)"> 4 <div style="overflow: hidden; width: 40px;"> 5 <svg> 6 <rect x=0 y=0 width=100 height=100></rect> 7 <rect fill=red id=c x=10 y=10 width=20 height=20></rect> 8 </svg> 9 </div> 10 </div> 11 </div> 12 </html>