Просмотр исходного кода

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 лет назад
Родитель
Сommit
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);
}
}

Загрузка…
Отмена
Сохранить