Quellcode durchsuchen

now in action


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193595 13f79535-47bb-0310-9956-ffa450edef68
tags/pre-columns
Keiron Liddle vor 24 Jahren
Ursprung
Commit
548f548f57
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3
    3
      src/org/apache/fop/svg/SVGPropertyListMapping.java

+ 3
- 3
src/org/apache/fop/svg/SVGPropertyListMapping.java Datei anzeigen

@@ -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);
}
}

Laden…
Abbrechen
Speichern