Revision 1556 branches/pilotoDWG/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/v02/FGraphicUtilities.java

View differences:

FGraphicUtilities.java
682 682
		for (int i = 0; i < handlers.length; i++) {
683 683
			Point2D point = handlers[i].getPoint();
684 684
			at.transform(point, point);
685
			g.fillRect((int) (point.getX() - 3), (int) (point.getY() - 3), 6, 6);
685
			g.fillRect((int) (point.getX() - 5), (int) (point.getY() - 5), 10, 10);
686 686
		}
687 687
	}
688 688
}

Also available in: Unified diff