]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
now in action
authorKeiron Liddle <keiron@apache.org>
Thu, 3 Aug 2000 05:36:00 +0000 (05:36 +0000)
committerKeiron Liddle <keiron@apache.org>
Thu, 3 Aug 2000 05:36:00 +0000 (05:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193595 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/svg/SVGPropertyListMapping.java

index c79530e7b8f0d4f4f3d892d780c5e1d5954a0fba..f80c9670a1e79577323bcde58881a35fa5a99fd4 100644 (file)
@@ -106,13 +106,13 @@ public class SVGPropertyListMapping implements PropertyListMapping {
 
        propertyTable.put("id",Id.maker());                     // attribute for objects
 
-//     builder.addPropertyList(uri, propertyTable);
+       builder.addPropertyList(uri, propertyTable);
        propertyTable = new Hashtable();
                propertyTable.put("x",SVGLengthListProperty.maker());
                propertyTable.put("y",SVGLengthListProperty.maker());
                propertyTable.put("dx",SVGLengthListProperty.maker());
                propertyTable.put("dy",SVGLengthListProperty.maker());
-//             builder.addElementPropertyList(uri, "tref", propertyTable);
-//             builder.addElementPropertyList(uri, "tspan", propertyTable);
+               builder.addElementPropertyList(uri, "tref", propertyTable);
+               builder.addElementPropertyList(uri, "tspan", propertyTable);
     }
 }