/[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.9 by mkoch, Mon Sep 27 15:11:46 2004 UTC revision 1.10 by smarothy, Thu Oct 28 09:54:43 2004 UTC
# Line 642  public final class GeneralPath implement Line 642  public final class GeneralPath implement
642            if (transform != null)            if (transform != null)
643              transform.transform( /* src */              transform.transform( /* src */
644              coords, /* srcOffset */              coords, /* srcOffset */
645              pos, /* dest */ coords, /* destOffset */              0, /* dest */ coords, /* destOffset */
646              0, /* numPoints */ numCoords);              0, /* numPoints */ numCoords);
647          }          }
648        return seg;        return seg;

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

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