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-06.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testcase for non-rectilinear clipPath</title>
<clipPath id="cp">
<ellipse cx="60" cy="60" rx="60" ry="60"/>
</clipPath>
<rect width="100%" height="100%" fill="lime"/>
<circle cx="60" cy="60" r="58" fill="red"/>
<rect width="200" height="200" fill="lime" clip-path="url(#cp)"/>
</svg>