source:
josm/trunk/patches/20svgsalamander_getxform.patch@
5232
Last change on this file since 5232 was 4453, checked in by , 13 years ago | |
---|---|
File size: 626 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 54 { 54 55 super(id, parent); 55 56 } 57 58 public AffineTransform getXForm() 59 { 60 return xform; 61 } 56 62 /* 57 63 public void loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent) 58 64 {
Note:
See TracBrowser
for help on using the repository browser.