blob: 771b025efe2338b858719d69345bf57fe0cab099 [file] [log] [blame]
<!doctype HTML>
<svg mask="url(#m)">
<mask id="m">
<rect fill="white" width="100" height="100"/>
</mask>
<rect width="100" height="100" fill="green"/>
<rect width="100" height="100" fill="red" x="100"/>
</svg>