/[classpath]/classpath/java/awt/geom/Rectangle2D.java
ViewVC logotype

Diff of /classpath/java/awt/geom/Rectangle2D.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by ericb, Mon May 6 02:43:17 2002 UTC revision 1.7 by graydon, Fri Jul 18 19:35:02 2003 UTC
# Line 395  public abstract class Rectangle2D extend Line 395  public abstract class Rectangle2D extend
395      return new PathIterator()      return new PathIterator()
396      {      {
397        /** Current coordinate. */        /** Current coordinate. */
398        private int current = (maxx >= minx && maxy >= miny) ? 6 : 0;        private int current = (maxx <= minx && maxy <= miny) ? 6 : 0;
399    
400        public int getWindingRule()        public int getWindingRule()
401        {        {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26