You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2005/11/13 16:59:52 UTC

svn commit: r333038 - /xmlgraphics/fop/trunk/examples/fo/basic/blockcontainer.fo

Author: adelmelle
Date: Sun Nov 13 07:59:49 2005
New Revision: 333038

URL: http://svn.apache.org/viewcvs?rev=333038&view=rev
Log:
Changed coordinates to reflect the reference-orientation specified on the block-container (+ corrected spelling errors)

Modified:
    xmlgraphics/fop/trunk/examples/fo/basic/blockcontainer.fo

Modified: xmlgraphics/fop/trunk/examples/fo/basic/blockcontainer.fo
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/examples/fo/basic/blockcontainer.fo?rev=333038&r1=333037&r2=333038&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/examples/fo/basic/blockcontainer.fo (original)
+++ xmlgraphics/fop/trunk/examples/fo/basic/blockcontainer.fo Sun Nov 13 07:59:49 2005
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org