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/clipPath-basic-07.svg
<defs>
<clipPath id="clip">
<metadata/>
<rect width="100%" height="100%"/>
</clipPath>
</defs>
<rect fill="red" width="100%" height="100%" />
<rect fill="lime" clip-path="url(#clip)" width="100%" height="100%" />
</svg>