diff options
author | Keiron Liddle <keiron@apache.org> | 2001-06-21 14:18:08 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-06-21 14:18:08 +0000 |
commit | ee6b252aeb3131b5df60e31e38bbcc81a46e5e03 (patch) | |
tree | 4d513f17ead0a533fb905f719bc86ba64c574096 /docs/examples/fo | |
parent | 51aeee29e02baf6c2c40483899a7104a10931352 (diff) | |
download | xmlgraphics-fop-ee6b252aeb3131b5df60e31e38bbcc81a46e5e03.tar.gz xmlgraphics-fop-ee6b252aeb3131b5df60e31e38bbcc81a46e5e03.zip |
images are relative to where the doc is
rather than an arbitrary location
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194303 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples/fo')
-rw-r--r-- | docs/examples/fo/images.fo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/fo/images.fo b/docs/examples/fo/images.fo index ae57bbd77..a75f04c55 100644 --- a/docs/examples/fo/images.fo +++ b/docs/examples/fo/images.fo @@ -43,25 +43,25 @@ <fo:block id="N2531"> <fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A GIF image in FOP</fo:block> <fo:block> - <fo:external-graphic src="file:../graphics/xml_feather.gif"/> + <fo:external-graphic src="file:../../graphics/xml_feather.gif"/> </fo:block> </fo:block> <fo:block id="N2535"> <fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A transparent GIF image in FOP</fo:block> <fo:block> - <fo:external-graphic src="file:../graphics/xml_feather_transparent.gif"/> + <fo:external-graphic src="file:../../graphics/xml_feather_transparent.gif"/> </fo:block> </fo:block> <fo:block id="N2545"> <fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A JPEG image in FOP</fo:block> <fo:block> - <fo:external-graphic src="file:../graphics/fop.jpg"/> + <fo:external-graphic src="file:../../graphics/fop.jpg"/> </fo:block> </fo:block> <fo:block id="N2550"> <fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A BMP image in FOP</fo:block> <fo:block> - <fo:external-graphic src="file:../graphics/linux.bmp"/> + <fo:external-graphic src="file:../../graphics/linux.bmp"/> </fo:block> </fo:block> <fo:block id="N2559"> |