Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/mask-use-element-01.svg
<defs>
<mask id="myMask">
<rect x="100" y="100" width="100" height="100" fill="white"/>
</mask>
<rect x="0" y="0" width="100" height="100" fill="red" id="abc"/>
</defs>
<rect x="0" y="0" width="100%" height="100%" fill="lime"/>
<use xlink:href="#abc"
x="100" y="100" mask="url(#myMask)"/>
</svg>