diff options
author | Keiron Liddle <keiron@apache.org> | 2002-06-21 15:17:36 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-06-21 15:17:36 +0000 |
commit | f4a8acc94ac3e14c126d178e6837cc85b6906552 (patch) | |
tree | 3e1e1782a4b0a4273201bf04319a71dbeec23dea /test/resources/fop/svg/link.svg | |
parent | 9060135317b286b5a2d36719e20fe25a17b2442e (diff) | |
download | xmlgraphics-fop-f4a8acc94ac3e14c126d178e6837cc85b6906552.tar.gz xmlgraphics-fop-f4a8acc94ac3e14c126d178e6837cc85b6906552.zip |
more svg tests with transparency, patterns and images
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194908 13f79535-47bb-0310-9956-ffa450edef68
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> |