clipping-3-ref.xhtml 428 B

1234567891011121314151617181920
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <body style="margin: 0">
  3. <div class="div1"/>
  4. <svg width="200px" height="200px" version="1.1"
  5. xmlns="http://www.w3.org/2000/svg">
  6. <rect style="fill: blue; stroke: none"
  7. width="70" height="70"
  8. x="50" y="50"/>
  9. <rect style="fill: red; stroke: none"
  10. width="70" height="70"
  11. x="80" y="80"
  12. rx="10" ry="10"/>
  13. </svg>
  14. </body>
  15. </html>