keiron 01/06/21 07:18:12
Modified: docs/examples/fo images.fo
Log:
images are relative to where the doc is
rather than an arbitrary location
Revision Changes Path
1.11 +4 -4 xml-fop/docs/examples/fo/images.fo
Index: images.fo
===================================================================
RCS file: /home/cvs/xml-fop/docs/examples/fo/images.fo,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- images.fo 2000/10/12 22:11:31 1.10
+++ images.fo 2001/06/21 14:18:08 1.11
@@ -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">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]