Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<svg style="width: 400px; height: 400px">
<mask id="m1">
<g transform="translate(100,90)">
<rect width="200" height="200" fill="blue" style="clip-path: inset(50px 50px)"></rect>
</g>
</mask>
<rect width="400" height="400" mask="url(#m1)"></rect>
</svg>