Преглед изворни кода

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 пре 24 година
родитељ
комит
548f548f57
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3
    3
      src/org/apache/fop/svg/SVGPropertyListMapping.java

+ 3
- 3
src/org/apache/fop/svg/SVGPropertyListMapping.java Прегледај датотеку

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

Loading…
Откажи
Сачувај