arved 02/04/23 15:22:53
Modified: src/codegen Tag: fop-0_20_2-maintain foproperties.xml
Log:
support for background-image (all renderers)
author: Michael Gratton
Revision Changes Path
No revision
No revision
1.25.2.3 +9 -2 xml-fop/src/codegen/foproperties.xml
Index: foproperties.xml
===================================================================
RCS file: /x1/home/cvs/xml-fop/src/codegen/foproperties.xml,v
retrieving revision 1.25.2.2
retrieving revision 1.25.2.3
diff -u -r1.25.2.2 -r1.25.2.3
--- foproperties.xml 6 Dec 2001 21:28:21 -0000 1.25.2.2
+++ foproperties.xml 23 Apr 2002 22:22:52 -0000 1.25.2.3
@@ -397,13 +397,20 @@
<property>
<name>background-image</name>
<inherited>false</inherited>
- <datatype>ToBeImplemented</datatype>
+ <datatype>String</datatype>
<default>none</default>
</property>
<property>
<name>background-repeat</name>
<inherited>false</inherited>
- <datatype>ToBeImplemented</datatype>
+ <datatype>Enum</datatype>
+ <enumeration>
+ <value const="REPEAT">repeat</value>
+ <value const="REPEAT_X">repeat-x</value>
+ <value const="REPEAT_Y">repeat-y</value>
+ <value const="NO_REPEAT">no-repeat</value>
+ <value const="INHERIT">inherit</value>
+ </enumeration>
<default>repeat</default>
</property>
<property>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]