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 clipPath with animateTransform</title>
<defs>
<clipPath id="clip">
<rect width="100%" height="100%" fill="lime"/>
<animateTransform attributeName="transform" type="scale" values="1"/>
</clipPath>
</defs>
<rect width="100%" height="100%" fill="red"/>
<rect width="100%" height="100%" fill="lime" clip-path="url(#clip)"/>
</svg>