Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<!--
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>