aboutsummaryrefslogtreecommitdiffstats
path: root/test/xml/bugtests/image.fo
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2002-11-29 20:42:35 +0000
committerWilliam Victor Mote <vmote@apache.org>2002-11-29 20:42:35 +0000
commit728652fb0a5c1c1feba55af0c0231978c6d5a171 (patch)
tree08925175e93aba8c008832b5f3851b97c3817c24 /test/xml/bugtests/image.fo
parent273947ee0d25e5190e3196ded6a71cc401a7e208 (diff)
downloadxmlgraphics-fop-728652fb0a5c1c1feba55af0c0231978c6d5a171.tar.gz
xmlgraphics-fop-728652fb0a5c1c1feba55af0c0231978c6d5a171.zip
white-space and line-ending cleanup
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/xml/bugtests/image.fo')
-rw-r--r--test/xml/bugtests/image.fo70
1 files changed, 35 insertions, 35 deletions
diff --git a/test/xml/bugtests/image.fo b/test/xml/bugtests/image.fo
index 287b7d35e..cc9270056 100644
--- a/test/xml/bugtests/image.fo
+++ b/test/xml/bugtests/image.fo
@@ -1,43 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="10cm"
- margin-top="3cm"
- margin-bottom="2cm"
- margin-left="3cm"
- margin-right="2cm">
- <fo:region-body/>
- </fo:simple-page-master>
- </fo:layout-master-set>
+ <fo:layout-master-set>
+ <fo:simple-page-master master-name="simplePM"
+ page-height="25cm"
+ page-width="10cm"
+ margin-top="3cm"
+ margin-bottom="2cm"
+ margin-left="3cm"
+ margin-right="2cm">
+ <fo:region-body/>
+ </fo:simple-page-master>
+ </fo:layout-master-set>
- <fo:page-sequence master-reference="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- <fo:external-graphic src="file:../graphics/page.gif"/>
- </fo:block>
+ <fo:page-sequence master-reference="simplePM">
+ <fo:flow flow-name="xsl-region-body">
+ <fo:block>
+ <fo:external-graphic src="file:../graphics/page.gif"/>
+ </fo:block>
- <fo:block>
- <fo:external-graphic height="3in" width="3in" src="file:../graphics/page.gif"/>
- height=3in width=3in
- </fo:block>
+ <fo:block>
+ <fo:external-graphic height="3in" width="3in" src="file:../graphics/page.gif"/>
+ height=3in width=3in
+ </fo:block>
- <fo:block>
- <fo:external-graphic height="3in" src="file:../graphics/page.gif"/>
- height="3in"
- </fo:block>
-
- <fo:block>
- <fo:external-graphic width="1.5in" src="file:../graphics/page.gif"/>
- width="1.5in"
- </fo:block>
+ <fo:block>
+ <fo:external-graphic height="3in" src="file:../graphics/page.gif"/>
+ height="3in"
+ </fo:block>
- <fo:block>
- <fo:external-graphic height="6in" width="4in" src="file:../graphics/page.gif"/>
- height="6in" width="4in"
- </fo:block>
+ <fo:block>
+ <fo:external-graphic width="1.5in" src="file:../graphics/page.gif"/>
+ width="1.5in"
+ </fo:block>
- </fo:flow>
- </fo:page-sequence>
+ <fo:block>
+ <fo:external-graphic height="6in" width="4in" src="file:../graphics/page.gif"/>
+ height="6in" width="4in"
+ </fo:block>
+
+ </fo:flow>
+ </fo:page-sequence>
</fo:root>