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/filters/feTile-large-01.svg
<!--
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>