diff options
author | Steve Coffman <gears@apache.org> | 2000-04-24 20:38:41 +0000 |
---|---|---|
committer | Steve Coffman <gears@apache.org> | 2000-04-24 20:38:41 +0000 |
commit | 5ff7a2898ddcff52a326c2bd7b1f6e5c3862954b (patch) | |
tree | a901e13ac27db18dcde55342e8ce41b8b5013de1 | |
parent | 5375d91bcc78f5204b8e021b2e187eb2c9649b95 (diff) | |
download | xmlgraphics-fop-5ff7a2898ddcff52a326c2bd7b1f6e5c3862954b.tar.gz xmlgraphics-fop-5ff7a2898ddcff52a326c2bd7b1f6e5c3862954b.zip |
Moving example images into graphics directory, and updating images.fo
because I stopped being and idiot and mistyping the relative path.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193342 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/examples/fo/images.fo | 2 | ||||
-rw-r--r-- | docs/graphics/fop.jpg (renamed from docs/examples/fop.jpg) | bin | 1220 -> 1220 bytes | |||
-rw-r--r-- | docs/graphics/xml_feather.gif (renamed from docs/examples/xml_feather.gif) | bin | 4207 -> 4207 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/fo/images.fo b/docs/examples/fo/images.fo index ec1a5d777..a0a6e464c 100644 --- a/docs/examples/fo/images.fo +++ b/docs/examples/fo/images.fo @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> -<fo:root font-family="Times Roman" font-size="12pt" text-align="justified" xmlns:fo="http://www.w3.org/1999/XSL/Format"><fo:layout-master-set><fo:simple-page-master page-master-name="right" margin-top="75pt" margin-bottom="25pt" margin-left="100pt" margin-right="50pt"><fo:region-body margin-bottom="50pt"/><fo:region-after extent="25pt"/></fo:simple-page-master><fo:simple-page-master page-master-name="left" margin-top="75pt" margin-bottom="25pt" margin-left="50pt" margin-right="100pt"><fo:region-body margin-bottom="50pt"/><fo:region-after extent="25pt"/></fo:simple-page-master></fo:layout-master-set><fo:page-sequence id="N2528"><fo:sequence-specification><fo:sequence-specifier-alternating page-master-first="right" page-master-odd="right" page-master-even="left"/></fo:sequence-specification><fo:static-content flow-name="xsl-after"><fo:block text-align-last="centered" font-size="10pt"><fo:page-number/></fo:block></fo:static-content><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: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: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:root font-family="Times Roman" font-size="12pt" text-align="justified" xmlns:fo="http://www.w3.org/1999/XSL/Format"><fo:layout-master-set><fo:simple-page-master page-master-name="right" margin-top="75pt" margin-bottom="25pt" margin-left="100pt" margin-right="50pt"><fo:region-body margin-bottom="50pt"/><fo:region-after extent="25pt"/></fo:simple-page-master><fo:simple-page-master page-master-name="left" margin-top="75pt" margin-bottom="25pt" margin-left="50pt" margin-right="100pt"><fo:region-body margin-bottom="50pt"/><fo:region-after extent="25pt"/></fo:simple-page-master></fo:layout-master-set><fo:page-sequence id="N2528"><fo:sequence-specification><fo:sequence-specifier-alternating page-master-first="right" page-master-odd="right" page-master-even="left"/></fo:sequence-specification><fo:static-content flow-name="xsl-after"><fo:block text-align-last="centered" font-size="10pt"><fo:page-number/></fo:block></fo:static-content><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"/> This section is only required to show that the layout still works. </fo:block></fo:flow></fo:page-sequence><fo:page-sequence id="N2561"><fo:sequence-specification><fo:sequence-specifier-alternating page-master-first="right" page-master-odd="right" page-master-even="left"/></fo:sequence-specification><fo:static-content flow-name="xsl-after"><fo:block text-align-last="centered" font-size="10pt"><fo:page-number/></fo:block></fo:static-content><fo:flow><fo:block font-size="18pt" font-weight="bold">A. Appendix</fo:block></fo:flow></fo:page-sequence></fo:root> diff --git a/docs/examples/fop.jpg b/docs/graphics/fop.jpg Binary files differindex 297724974..297724974 100644 --- a/docs/examples/fop.jpg +++ b/docs/graphics/fop.jpg diff --git a/docs/examples/xml_feather.gif b/docs/graphics/xml_feather.gif Binary files differindex 79c3b65d1..79c3b65d1 100644 --- a/docs/examples/xml_feather.gif +++ b/docs/graphics/xml_feather.gif |