clipPath-on-outflowElement-01-ref.html (371B)
1 <!DOCTYPE html> 2 <html> 3 <body style="margin: 0px;"> 4 <svg x="0" y="0" height="300" width="300"> 5 <rect x="0" y="0" width="100" height="100" style="stroke:none; fill: blue"/> 6 <rect x="100" y="100" width="100" height="100" style="stroke:none; fill: blue"/> 7 <rect x="200" y="200" width="100" height="100" style="stroke:none; fill: blue"/> 8 </svg> 9 </body> 10 </html>