diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-01-21 14:13:29 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-01-21 14:13:29 +0000 |
commit | f549f74c84d9937efb21b8216056965ec16f2383 (patch) | |
tree | 7196ab6448e14d568d812e07a5c5e51015664e8a /src/documentation/content/xdocs/trunk/extensions.xml | |
parent | daa5c136fe06ba0da6fc8b8b079b4d7ba6a813a6 (diff) | |
download | xmlgraphics-fop-f549f74c84d9937efb21b8216056965ec16f2383.tar.gz xmlgraphics-fop-f549f74c84d9937efb21b8216056965ec16f2383.zip |
A note about the internal coordinate system when using fox:transform.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@613896 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/trunk/extensions.xml')
-rw-r--r-- | src/documentation/content/xdocs/trunk/extensions.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/trunk/extensions.xml b/src/documentation/content/xdocs/trunk/extensions.xml index 4f6911f9b..fb3db86fe 100644 --- a/src/documentation/content/xdocs/trunk/extensions.xml +++ b/src/documentation/content/xdocs/trunk/extensions.xml @@ -200,8 +200,10 @@ to following pages. Here is an example of FO code creating such a table-header:< 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 |