diff options
author | Steve Coffman <gears@apache.org> | 2000-07-20 15:25:37 +0000 |
---|---|---|
committer | Steve Coffman <gears@apache.org> | 2000-07-20 15:25:37 +0000 |
commit | 3efc799bc723e5ebf53fd01be8a52eac3149b7cc (patch) | |
tree | 2e4d3a7b244a91fe60f62b6c562c620ad3dcb5f1 | |
parent | eb921b7cda62fda750baca5f274d8693a621352b (diff) | |
download | xmlgraphics-fop-3efc799bc723e5ebf53fd01be8a52eac3149b7cc.tar.gz xmlgraphics-fop-3efc799bc723e5ebf53fd01be8a52eac3149b7cc.zip |
Fix images.fo to work with runtests.sh/bat. Manual generation will have to
be done from docs/examples/ directory or edit file to work.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193532 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/examples/fo/images.fo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/fo/images.fo b/docs/examples/fo/images.fo index c2f678e0e..9126f5633 100644 --- a/docs/examples/fo/images.fo +++ b/docs/examples/fo/images.fo @@ -38,8 +38,8 @@ <fo:flow> <fo:block font-size="18pt" font-weight="bold">1. FOP test for images</fo:block><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:inline-graphic href="file:../../graphics/xml_feather.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:inline-graphic href="file:../../graphics/fop.jpg"/></fo:block></fo:block><fo:block id="N2559"><fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em"/> +<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:inline-graphic href="file:../graphics/xml_feather.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:inline-graphic href="file:../graphics/fop.jpg"/></fo:block></fo:block><fo:block id="N2559"><fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em"/> This section is only required to show that the layout still works. </fo:block> </fo:flow> |