aboutsummaryrefslogtreecommitdiffstats
path: root/test/resources/fop/svg/blocks.ent
blob: f8b70b4be1cce7683dd313257d4d273dcc81ccb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">

<rect x="0" y="0" width="25" height="25" style="fill:red"/>
<rect x="25" y="0" width="25" height="25" style="fill:black"/>
<rect x="50" y="0" width="25" height="25" style="fill:orange"/>
<rect x="75" y="0" width="25" height="25" style="fill:black"/>
<rect x="0" y="25" width="25" height="25" style="fill:black"/>
<rect x="25" y="25" width="25" height="25" style="fill:green"/>
<rect x="50" y="25" width="25" height="25" style="fill:black"/>
<rect x="75" y="25" width="25" height="25" style="fill:blue"/>
<rect x="0" y="50" width="25" height="25" style="fill:yellow"/>
<rect x="25" y="50" width="25" height="25" style="fill:black"/>
<rect x="50" y="50" width="25" height="25" style="fill:purple"/>
<rect x="75" y="50" width="25" height="25" style="fill:black"/>
<rect x="0" y="75" width="25" height="25" style="fill:black"/>
<rect x="25" y="75" width="25" height="25" style="fill:violet"/>
<rect x="50" y="75" width="25" height="25" style="fill:black"/>
<rect x="75" y="75" width="25" height="25" style="fill:cyan"/>

</svg>