From 6efda930e35f448414a0112fd94f17a84480a247 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Thu, 1 Mar 2001 23:24:16 +0000 Subject: [PATCH] uses strings for all props git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_17_0_batikSVG@194113 13f79535-47bb-0310-9956-ffa450edef68 --- src/codegen/svgproperties.xml | 187 ++++++++-------------------------- 1 file changed, 43 insertions(+), 144 deletions(-) diff --git a/src/codegen/svgproperties.xml b/src/codegen/svgproperties.xml index 2c8e8d9bc..11f4397e1 100644 --- a/src/codegen/svgproperties.xml +++ b/src/codegen/svgproperties.xml @@ -4,112 +4,112 @@ width - SVGLengthProperty + SVGStringProperty height - SVGLengthProperty + SVGStringProperty x - SVGLengthProperty + SVGStringProperty y - SVGLengthProperty + SVGStringProperty x1 - SVGLengthProperty + SVGStringProperty y1 - SVGLengthProperty + SVGStringProperty x2 - SVGLengthProperty + SVGStringProperty y2 - SVGLengthProperty + SVGStringProperty rx - SVGLengthProperty + SVGStringProperty ry - SVGLengthProperty + SVGStringProperty dx - SVGLengthProperty + SVGStringProperty dy - SVGLengthProperty + SVGStringProperty cx - SVGLengthProperty + SVGStringProperty cy - SVGLengthProperty + SVGStringProperty r - SVGLengthProperty + SVGStringProperty fx - SVGLengthProperty + SVGStringProperty fy - SVGLengthProperty + SVGStringProperty refX - SVGLengthProperty + SVGStringProperty refY - SVGLengthProperty + SVGStringProperty markerWidth - SVGLengthProperty + SVGStringProperty markerHeight - SVGLengthProperty + SVGStringProperty offset - SVGLengthProperty + SVGStringProperty style - SVGStyle + SVGStringProperty transform - SVGTransform + SVGStringProperty gradientTransform - SVGTransform + SVGStringProperty d - SVGD + SVGStringProperty points - SVGPoints + SVGStringProperty @@ -130,160 +130,59 @@ xlink:href - HRef - false - String - + SVGStringProperty requiredFeatures - RequiredFeatures - false - String - notpresent + SVGStringProperty requiredExtensions - RequiredExtensions - false - String - notpresent + SVGStringProperty systemLanguage - SystemLanguage - false - String - notpresent + SVGStringProperty class - ElementClass - false - String - + SVGStringProperty xml:space - XMLSpace - true - Enum - - preserve - default - - default + SVGStringProperty spreadMethod - SpreadMethod - false - Enum - - pad - reflect - repeat - - pad + SVGStringProperty gradientUnits - GenericUnits + SVGStringProperty patternUnits - GenericUnits + SVGStringProperty patternContentUnits - GenericUnits + SVGStringProperty clipPathUnits - GenericUnits - - - GenericUnits - GenericUnits - false - Enum - - userSpaceOnUse - objectBoundingBox - - userSpaceOnUse + SVGStringProperty viewBox - ViewBox - false - String - - - - - - tref - tspan - - x - SVGLengthListProperty - - - y - SVGLengthListProperty - - - dx - SVGLengthListProperty - - - dy - SVGLengthListProperty - - - - - text - - x - SVGLengthProperty - - - y - SVGLengthProperty - - - style - SVGStyle - - - transform - SVGTransform + SVGStringProperty text-anchor - TextAnchor - true - Enum - - start - middle - end - inherit - - start + SVGStringProperty xml:space - XMLSpace - true - Enum - - preserve - default - - default - - + SVGStringProperty + + -- 2.39.5