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 je...@apache.org on 2008/01/21 15:13:30 UTC

svn commit: r613896 - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/extensions.xml

Author: jeremias
Date: Mon Jan 21 06:13:29 2008
New Revision: 613896

URL: http://svn.apache.org/viewvc?rev=613896&view=rev
Log:
A note about the internal coordinate system when using fox:transform.

Modified:
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/extensions.xml

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/extensions.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/extensions.xml?rev=613896&r1=613895&r2=613896&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/extensions.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/extensions.xml Mon Jan 21 06:13:29 2008
@@ -200,8 +200,10 @@
           and after them.
         </p>
         <p>
-          An example: <code>fox:transform="rotate(45)"</code> would rotate the block-container
+          Examples: <code>fox:transform="rotate(45)"</code> would rotate the block-container
           by 45 degrees clock-wise around its upper-left corner.
+          <code>fox:transform="translate(10000,0)"</code> would move the block-container to the
+          right by 10 points (=10000 millipoints, FOP uses millipoints internally!).
         </p>
         <note>
           This extension attribute doesn't work for all output formats! It's currently only



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