[josm-dev] svgSalamander source code modification
Olivier Cédric
cedric.olivier at free.fr
Fri Nov 4 05:59:40 GMT 2011
Hello,
I am Fedora packager of josm. (https://admin.fedoraproject.org/updates/josm)
I saw you have recently add some other project source code in svn.
According to Fedora policies, I must package all other project in other
package. So I have made another package for svgsalamander.
(https://admin.fedoraproject.org/updates/svgsalamander)
But with svn revision 4550, some source code modification has been applied :
+++ josm/src/com/kitfox/svg/TransformableElement.java
@@ -53,6 +54,11 @@
{
super(id, parent);
}
+
+ public AffineTransform getXForm()
+ {
+ return xform;
+ }
/*
public void loaderStartElement(SVGLoaderHelper helper, Attributes
attrs, SVGElement parent)
{
It is a problem for me. If this new method is required, why don't ask
svgsalamander upstream project to add it ?
Regards,
Cédric Olivier (cquad)
More information about the josm-dev
mailing list