Changeset 5284 in josm for trunk/patches/20svgsalamander_getxform.patch
- Timestamp:
- 2012-06-18T11:12:00+02:00 (14 years ago)
- File:
-
- 1 edited
-
trunk/patches/20svgsalamander_getxform.patch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/patches/20svgsalamander_getxform.patch
r4453 r5284 1 1 Patch against rev 98 of https://svn.java.net/svn/svgsalamander~svn/trunk. Adds getXForm() method needed for the importvec plugin. 2 Index: josm/src/com/kitfox/svg/TransformableElement.java2 Index: core/src/com/kitfox/svg/TransformableElement.java 3 3 =================================================================== 4 --- josm.orig/src/com/kitfox/svg/TransformableElement.java5 +++ josm/src/com/kitfox/svg/TransformableElement.java6 @@ -53, 6 +54,11@@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 @@ 7 7 { 8 8 super(id, parent); 9 9 } 10 + 11 +public AffineTransform getXForm()12 +{13 +return xform;14 +}10 - 11 - public AffineTransform getXForm() 12 - { 13 - return xform; 14 - } 15 15 /* 16 16 public void loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
Note:
See TracChangeset
for help on using the changeset viewer.
