source:
josm/trunk/patches/20svgsalamander_getxform.patch@
5793
Last change on this file since 5793 was 5284, checked in by , 12 years ago | |
---|---|
File size: 698 bytes |
-
src/com/kitfox/svg/TransformableElement.java
Patch against rev 98 of https://svn.java.net/svn/svgsalamander~svn/trunk. Adds getXForm() method needed for the importvec plugin.
old new 53 53 { 54 54 super(id, parent); 55 55 } 56 57 public AffineTransform getXForm()58 {59 return xform;60 }61 56 /* 62 57 public void loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent) 63 58 {
Note:
See TracBrowser
for help on using the repository browser.