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

Last change on this file since 5157 was 4453, checked in by Upliner, 13 years ago

Add patch to svgsalamander to fix bug in the importvec plugin

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  
    5354    {
    5455        super(id, parent);
    5556    }
     57
     58    public AffineTransform getXForm()
     59    {
     60        return xform;
     61    }
    5662/*
    5763    public void loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
    5864    {
Note: See TracBrowser for help on using the repository browser.