]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix path to be relative in bugtest fo.
authorSteve Coffman <gears@apache.org>
Wed, 15 Nov 2000 19:53:54 +0000 (19:53 +0000)
committerSteve Coffman <gears@apache.org>
Wed, 15 Nov 2000 19:53:54 +0000 (19:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193811 13f79535-47bb-0310-9956-ffa450edef68

docs/bugtests/fo/image.fo

index 8d15696930561bd672ad4c4cd040e5cd9d78299f..f2914ea1f9836e152e77902ab6830ecad90e8fa9 100644 (file)
        <fo:page-sequence master-name="simplePM">
            <fo:flow flow-name="xsl-region-body">
                        <fo:block>
-                               <fo:external-graphic src="file:D:/page.gif"/>
+                               <fo:external-graphic src="file:../page.gif"/>
                        </fo:block>
 
                        <fo:block>
-                               <fo:external-graphic height="3in" width="3in" src="file:D:/page.gif"/>
+                               <fo:external-graphic height="3in" width="3in" src="file:../page.gif"/>
                                height=3in width=3in
                        </fo:block>
 
                        <fo:block>
-                               <fo:external-graphic height="3in" src="file:D:/page.gif"/>
+                               <fo:external-graphic height="3in" src="file:../page.gif"/>
                                height="3in"
                        </fo:block>
                        
                        <fo:block>
-                               <fo:external-graphic width="1.5in" src="file:D:/page.gif"/>
+                               <fo:external-graphic width="1.5in" src="file:../page.gif"/>
                                width="1.5in" 
                        </fo:block>
 
                        <fo:block>
-                               <fo:external-graphic height="6in" width="4in" src="file:D:/page.gif"/>
+                               <fo:external-graphic height="6in" width="4in" src="file:../page.gif"/>
                                height="6in" width="4in"
                        </fo:block>