Author: mes
Date: 2009-12-10 14:10:28 -0800 (Thu, 10 Dec 2009)
New Revision: 18720
Modified:
cytoscape/trunk/src/cytoscape/visual/strokes/SolidStroke.java
Log:
changed the cap of the stroke
Modified: cytoscape/trunk/src/cytoscape/visual/strokes/SolidStroke.java
===================================================================
--- cytoscape/trunk/src/cytoscape/visual/strokes/SolidStroke.java
2009-12-10 21:54:25 UTC (rev 18719)
+++ cytoscape/trunk/src/cytoscape/visual/strokes/SolidStroke.java
2009-12-10 22:10:28 UTC (rev 18720)
@@ -11,7 +11,7 @@
float width;
public SolidStroke(float width, String name) {
- super(width,BasicStroke.CAP_BUTT,BasicStroke.JOIN_ROUND);
+ super(width,BasicStroke.CAP_ROUND,BasicStroke.JOIN_ROUND);
this.name = name;
this.width = width;
}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.