Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/layout/reftests/svg/mask-large-child-01.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<svg xmlns="http://www.w3.org/2000/svg" width="700" height="500">
<title>Luminance mask over a shape large enough for WebRender to draw natively</title>
<mask id="m">
<rect width="300" height="500" fill="white"/>
</mask>
<g mask="url(#m)">
<rect width="600" height="400" fill="lime"/>
</g>
</svg>