Преглед на файлове

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 Целия файл



propertyTable.put("id",Id.maker()); // attribute for objects propertyTable.put("id",Id.maker()); // attribute for objects


// builder.addPropertyList(uri, propertyTable);
builder.addPropertyList(uri, propertyTable);
propertyTable = new Hashtable(); propertyTable = new Hashtable();
propertyTable.put("x",SVGLengthListProperty.maker()); propertyTable.put("x",SVGLengthListProperty.maker());
propertyTable.put("y",SVGLengthListProperty.maker()); propertyTable.put("y",SVGLengthListProperty.maker());
propertyTable.put("dx",SVGLengthListProperty.maker()); propertyTable.put("dx",SVGLengthListProperty.maker());
propertyTable.put("dy",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…
Отказ
Запис