source: josm/trunk/patches/20svgsalamander_getxform.patch@ 5987

Last change on this file since 5987 was 5284, checked in by bastiK, 12 years ago

reverse patches, so they are easier to use in quilt

File size: 698 bytes
RevLine 
[4453]1Patch against rev 98 of https://svn.java.net/svn/svgsalamander~svn/trunk. Adds getXForm() method needed for the importvec plugin.
[5284]2Index: core/src/com/kitfox/svg/TransformableElement.java
[4453]3===================================================================
[5284]4--- core.orig/src/com/kitfox/svg/TransformableElement.java 2012-05-11 17:03:52.404311564 +0200
5+++ core/src/com/kitfox/svg/TransformableElement.java 2012-06-18 00:00:20.444550308 +0200
6@@ -53,11 +53,6 @@
[4453]7 {
8 super(id, parent);
9 }
[5284]10-
11- public AffineTransform getXForm()
12- {
13- return xform;
14- }
[4453]15 /*
16 public void loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
17 {
Note: See TracBrowser for help on using the repository browser.