diff options
-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"> |