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

Last change on this file since 5630 was 5284, checked in by bastiK, 12 years ago

reverse patches, so they are easier to use in quilt

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  
    5353    {
    5454        super(id, parent);
    5555    }
    56 
    57     public AffineTransform getXForm()
    58     {
    59         return xform;
    60     }
    6156/*
    6257    public void loaderStartElement(SVGLoaderHelper helper, Attributes attrs, SVGElement parent)
    6358    {
Note: See TracBrowser for help on using the repository browser.