summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/feTile-large-02-ref.svg
blob: cb6ed6047c293ed1a8fd495bfbe4190ed3c8e9b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg">
<title>Reference for feTile filter with tile exceeding the bounds of the target area on all sides</title>

<rect width="20" height="20" fill="#00ff00"/>
<rect x="40" width="20" height="20" fill="#00ff00"/>
<rect x="80" width="20" height="20" fill="#00ff00"/>

<rect x="20" y="20" width="20" height="20" fill="#0000ff"/>
<rect x="60" y="20" width="20" height="20" fill="#0000ff"/>

<rect y="40" width="20" height="20" fill="#00ff00"/>
<rect x="40" y="40" width="20" height="20" fill="#00ff00"/>
<rect x="80" y="40" width="20" height="20" fill="#00ff00"/>

<rect x="20" y="60" width="20" height="20" fill="#0000ff"/>
<rect x="60" y="60" width="20" height="20" fill="#0000ff"/>

<rect y="80" width="20" height="20" fill="#00ff00"/>
<rect x="40" y="80" width="20" height="20" fill="#00ff00"/>
<rect x="80" y="80" width="20" height="20" fill="#00ff00"/>

</svg>