Changeset 7676 in josm for trunk/src/com/kitfox/svg/ShapeElement.java
- Timestamp:
- 2014-10-30T11:39:47+01:00 (11 years ago)
- File:
-
- 1 edited
-
trunk/src/com/kitfox/svg/ShapeElement.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/kitfox/svg/ShapeElement.java
r6002 r7676 87 87 void pick(Point2D point, boolean boundingBox, List retVec) throws SVGException 88 88 { 89 StyleAttribute styleAttrib = new StyleAttribute(); 89 // StyleAttribute styleAttrib = new StyleAttribute(); 90 90 // if (getStyle(styleAttrib.setName("fill")) && getShape().contains(point)) 91 91 if ((boundingBox ? getBoundingBox() : getShape()).contains(point))
Note:
See TracChangeset
for help on using the changeset viewer.
