diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-09-10 16:39:56 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-09-10 16:39:56 +0000 |
commit | d6c34646cbeb93d305a72a2bd913ce73182b8881 (patch) | |
tree | 64de4c5cc90814e34788d4298f631586ed3467a9 /src/foschema | |
parent | 4bc66553af06005331b55f3ecd108f307b82cd30 (diff) | |
download | xmlgraphics-fop-d6c34646cbeb93d305a72a2bd913ce73182b8881.tar.gz xmlgraphics-fop-d6c34646cbeb93d305a72a2bd913ce73182b8881.zip |
Configuration option in the Java2D-based renderers that allows to disable the default white background in order to produce bitmap output with transparency.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@441965 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/foschema')
-rw-r--r-- | src/foschema/fop-configuration.xsd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/foschema/fop-configuration.xsd b/src/foschema/fop-configuration.xsd index f1e792858..d2f0799de 100644 --- a/src/foschema/fop-configuration.xsd +++ b/src/foschema/fop-configuration.xsd @@ -152,6 +152,13 @@ </xsd:sequence> <xsd:sequence> <xsd:annotation> + <xsd:documentation>The elements in this sequence apply only to the PNG renderer, + MIME type image/png.</xsd:documentation> + </xsd:annotation> + <xsd:element name="transparent-page-background" type="xsd:boolean" default="false" minOccurs="0"/> + </xsd:sequence> + <xsd:sequence> + <xsd:annotation> <xsd:documentation>The elements in this sequence apply only to the text renderer, MIME type text/plain.</xsd:documentation> </xsd:annotation> |