diff options
Diffstat (limited to 'test/resources/fop/svg/link.svg')
-rw-r--r-- | test/resources/fop/svg/link.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/resources/fop/svg/link.svg b/test/resources/fop/svg/link.svg index 2ccae0522..a4ad520a3 100644 --- a/test/resources/fop/svg/link.svg +++ b/test/resources/fop/svg/link.svg @@ -15,7 +15,7 @@ <text x="130" y="60" style="font-size:18;fill:blue">FOP</text> </a> -<a xlink:href="jpeg.svg#svgView(viewBox(0,0,200,200))"> +<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> |