Ignore:
Timestamp:
2014-10-30T11:39:47+01:00 (11 years ago)
Author:
stoecker
Message:

update SVG code to current SVN (fix line endings), see #10479

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/kitfox/svg/ShapeElement.java

    r6002 r7676  
    8787    void pick(Point2D point, boolean boundingBox, List retVec) throws SVGException
    8888    {
    89         StyleAttribute styleAttrib = new StyleAttribute();
     89//        StyleAttribute styleAttrib = new StyleAttribute();
    9090//        if (getStyle(styleAttrib.setName("fill")) && getShape().contains(point))
    9191        if ((boundingBox ? getBoundingBox() : getShape()).contains(point))
Note: See TracChangeset for help on using the changeset viewer.