You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by lb...@apache.org on 2014/05/12 00:19:30 UTC

svn commit: r1593864 - /xmlgraphics/site/trunk/content/fop/trunk/extensions.mdtext

Author: lbernardo
Date: Sun May 11 22:19:29 2014
New Revision: 1593864

URL: http://svn.apache.org/r1593864
Log:
new extension to resize background images

Modified:
    xmlgraphics/site/trunk/content/fop/trunk/extensions.mdtext

Modified: xmlgraphics/site/trunk/content/fop/trunk/extensions.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/trunk/extensions.mdtext?rev=1593864&r1=1593863&r2=1593864&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/trunk/extensions.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/trunk/extensions.mdtext Sun May 11 22:19:29 2014
@@ -210,3 +210,18 @@ Applies to: fo:simple-page-master
 The crop box controls how Acrobat displays the page (CropBox in PDF) or how the Java2DRenderer sizes the output media. The PDF specification defines that the CropBox defaults to the MediaBox. This extension follows that definition. To simplify usage and cover most use cases, the three supported enumeration values "trim-box", "bleed-box" and "media-box" set the CropBox to one of those three other boxes.
 
 If requested in the future, we could offer to specify the CropBox in absolute coordinates rather than just by referencing another box.
+
+### Background Images {#backgroundimages}
+
+Background images can be resized on the fly using these two extensions:
+
+#### fox:background-image-width {#backgroundImageWidth}
+
+Value: <length>
+
+#### fox:background-image-height {#backgroundImageHeight}
+
+Value: <length>
+
+These extensions apply to the elements where background-image applies.
+



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