]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
added scaling property
authorKeiron Liddle <keiron@apache.org>
Wed, 9 Aug 2000 06:16:11 +0000 (06:16 +0000)
committerKeiron Liddle <keiron@apache.org>
Wed, 9 Aug 2000 06:16:11 +0000 (06:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193616 13f79535-47bb-0310-9956-ffa450edef68

src/codegen/properties.xml

index aecbad3150f44a46736125ad5f31282dba31f55f..a55e42d5b7600b1d96b1d005d96b547697c773b3 100644 (file)
        <default>12.0pt</default> 
    </property>
 
+  <property>
+    <name>scaling</name>
+    <class-name>Scaling</class-name>
+    <inherited>true</inherited>
+    <datatype>
+      <enumeration>
+        <value const="UNIFORM">uniform</value>
+        <value const="NON_UNIFORM">non-uniform</value>
+      </enumeration>
+    </datatype>
+    <default>uniform</default>
+  </property>
 
 </property-list>