aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2005-11-13 15:59:49 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2005-11-13 15:59:49 +0000
commit8d4c6805ee30385f9200b5fa02826a4bfbc5a6b9 (patch)
tree70781743aad79baa706efc8651551db67fef4f43 /examples
parent2234131d1116c561608c81e6f3c3e47750122ed5 (diff)
downloadxmlgraphics-fop-8d4c6805ee30385f9200b5fa02826a4bfbc5a6b9.tar.gz
xmlgraphics-fop-8d4c6805ee30385f9200b5fa02826a4bfbc5a6b9.zip
Changed coordinates to reflect the reference-orientation specified on the block-container (+ corrected spelling errors)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@333038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples')
-rw-r--r--examples/fo/basic/blockcontainer.fo10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/fo/basic/blockcontainer.fo b/examples/fo/basic/blockcontainer.fo
index 2ac47a256..6edc20b72 100644
--- a/examples/fo/basic/blockcontainer.fo
+++ b/examples/fo/basic/blockcontainer.fo
@@ -98,7 +98,7 @@
<fo:block>
The next block-container has an absolute position. It does
- not effect the flow layout of other blocks.
+ not affect the flow layout of other blocks.
<fo:block-container absolute-position="absolute"
left="20pt" top="400pt" right="220pt" bottom="550pt">
<fo:block>
@@ -113,10 +113,10 @@
<fo:block>
The next block-container has an absolute position. It does
- not effect the flow layout of other blocks. This time with
+ not affect the flow layout of other blocks. This time with
the reference-orientation set.
<fo:block-container reference-orientation="270" absolute-position="absolute"
- left="270pt" top="400pt" right="370pt" bottom="500pt">
+ left="400pt" top="370pt" right="500pt" bottom="270pt">
<fo:block>
BC:E
</fo:block>
@@ -134,7 +134,7 @@
<fo:block>
The next block-container tests the clipping.
<fo:block-container reference-orientation="180" absolute-position="absolute"
- left="100pt" top="550pt" right="200pt" bottom="700pt"
+ right="100pt" bottom="550pt" left="200pt" top="700pt"
overflow="hidden">
<fo:block>
BC:F
@@ -151,7 +151,7 @@
<fo:block>
The next block-container tests error-if-overflow.
<fo:block-container reference-orientation="90" absolute-position="absolute"
- left="220pt" top="600pt" right="320pt" bottom="700pt"
+ bottom="220pt" left="600pt" top="320pt" right="700pt"
overflow="error-if-overflow">
<fo:block>
BC:G