]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
images are relative to where the doc is
authorKeiron Liddle <keiron@apache.org>
Thu, 21 Jun 2001 14:18:08 +0000 (14:18 +0000)
committerKeiron Liddle <keiron@apache.org>
Thu, 21 Jun 2001 14:18:08 +0000 (14:18 +0000)
rather than an arbitrary location

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194303 13f79535-47bb-0310-9956-ffa450edef68

docs/examples/fo/images.fo

index ae57bbd778acde65f55aa720cecff1087cf89b91..a75f04c55f840a53b3b492d6d37e4f593554da9b 100644 (file)
 <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">