aboutsummaryrefslogtreecommitdiffstats
path: root/test/resources/fop/svg/link.svg
blob: a4ad520a35c151657b14d0298c847e5d60a31023 (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
27
28
29
30
31
32
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"
      "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd">
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

<g>

<a xlink:href="#svgView(viewBox(110,110,80,80))">
<rect x="10" y="10" width="80" height="80" style="fill:darkred;stroke:black;stroke-width:3"/>
<text x="15" y="60" style="font-size:18;fill:green">GREEN</text>
</a>

<a xlink:href="http://xml.apache.org/fop/">
<rect x="110" y="10" width="80" height="80" style="fill:lightblue;stroke:black;stroke-width:3"/>
<text x="130" y="60" style="font-size:18;fill:blue">FOP</text>
</a>

<a xlink:href="images.svg#svgView(viewBox(0,0,200,200))">
<rect x="10" y="110" width="80" height="80" style="fill:yellow;stroke:black;stroke-width:3"/>
<text x="20" y="150" style="font-size:14;fill:purple">Another</text>
<text x="35" y="165" style="font-size:14;fill:purple">file</text>
</a>

<a xlink:href="#svgView(viewBox(10,10,80,80))">
<rect x="110" y="110" width="80" height="80" style="fill:darkgreen;stroke:black;stroke-width:3"/>
<text x="130" y="160" style="font-size:18;fill:red">RED</text>
</a>

</g>

</svg>