Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/filters/reftest.list
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testcase for tile larger than surface</title>
<defs>
<filter primitiveUnits="objectBoundingBox" filterUnits="objectBoundingBox"
id="filter_1" x="-50%" y="-50%" width="200%" height="200%">
<feTile />
</filter>
</defs>
<rect width="100%" height="100%" fill="lime" />
<rect x="10" y="10" width="100" height="100" fill="red" />
<rect x="10" y="10" width="100" height="100" fill="lime" style="filter:url(#filter_1);"/>
</svg>