diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-07-26 13:36:29 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-07-26 13:36:29 +0000 |
commit | ace615b0318a21f46be1e54ff068640ad573f668 (patch) | |
tree | 3333c6899d452092c6812d0dec75639d1bd0d8d5 /examples | |
parent | be633e90994b726f70f8c7f1604f804a5ddd5e68 (diff) | |
download | xmlgraphics-fop-ace615b0318a21f46be1e54ff068640ad573f668.tar.gz xmlgraphics-fop-ace615b0318a21f46be1e54ff068640ad573f668.zip |
Made the file more portable.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@225306 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fo/basic/images.fo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/fo/basic/images.fo b/examples/fo/basic/images.fo index 282f2050a..025fea465 100644 --- a/examples/fo/basic/images.fo +++ b/examples/fo/basic/images.fo @@ -51,42 +51,42 @@ <!--fox:destination internal-destination="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="../graphics/xml_feather.gif"/> </fo:block> </fo:block> <fo:block id="N2535"> <!--fox:destination internal-destination="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="../graphics/xml_feather_transparent.gif"/> </fo:block> </fo:block> <fo:block id="N2545"> <!--fox:destination internal-destination="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="../graphics/fop.jpg"/> </fo:block> </fo:block> <fo:block id="N2550"> <!--fox:destination internal-destination="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="../graphics/linux.bmp"/> </fo:block> </fo:block> <fo:block id="N2555"> <!--fox:destination internal-destination="N2555"/--> <fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A PNG image in FOP</fo:block> <fo:block> - <fo:external-graphic src="file:../graphics/asf-logo.png"/> + <!--fo:external-graphic src="file:../graphics/asf-logo.png"/--> </fo:block> </fo:block> <fo:block id="N2556"> <!--fox:destination internal-destination="N2556"/--> <fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A TIFF image in FOP</fo:block> <fo:block> - <fo:external-graphic src="file:../graphics/asf-logo.tif"/> + <!--fo:external-graphic src="../graphics/asf-logo.tif"/--> </fo:block> </fo:block> <fo:block id="N2559"> |