source:
josm/trunk/patches/20svgsalamander_getxform.patch@
5349
      
      | Last change on this file since 5349 was 5284, checked in by , 13 years ago | |
|---|---|
| File size: 698 bytes | |
- 
      src/com/kitfox/svg/TransformableElement.javaPatch 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.
    
