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

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

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

revision 1.10 by smarothy, Thu Oct 28 09:54:43 2004 UTC revision 1.11 by smarothy, Sun Nov 7 17:18:07 2004 UTC
# Line 778  public final class GeneralPath implement Line 778  public final class GeneralPath implement
778    
779      /* Get a value which is hopefully small but not insignificant relative      /* Get a value which is hopefully small but not insignificant relative
780       the path. */       the path. */
781      epsilon = ypoints[0] * 1E-9;      epsilon = ypoints[0] * 1E-7;
782    
783        if(epsilon == 0)
784          epsilon = 1E-7;
785    
786      pos = 0;      pos = 0;
787      while (pos < index)      while (pos < index)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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