[piccolo2d-dev] [piccolo2d] r1043 committed - adding stroke ctrs

2010-08-12 Thread piccolo2d
Revision: 1043 Author: heuermh Date: Thu Aug 12 14:38:39 2010 Log: adding stroke ctrs http://code.google.com/p/piccolo2d/source/detail?r=1043 Modified: /piccolo2d.java/branches/ppath-refactoring/core/src/main/java/org/piccolo2d/nodes/PArea.java === ---

[piccolo2d-dev] [piccolo2d] r1044 committed - fix for area shape fidelity problems, see Issue 152 comment 6

2010-08-12 Thread piccolo2d
Revision: 1044 Author: heuermh Date: Thu Aug 12 14:39:46 2010 Log: fix for area shape fidelity problems, see Issue 152 comment 6 http://code.google.com/p/piccolo2d/source/detail?r=1044 Modified: /piccolo2d.java/branches/ppath-refactoring/core/src/main/java/org/piccolo2d/nodes/PShape.java

[piccolo2d-dev] Re: Issue 153 in piccolo2d: PArea, a wrapper for java.awt.geom.Area to allow Constructive Area Geometry (CAG) operations

2010-08-12 Thread piccolo2d
Comment #8 on issue 153 by heue...@gmail.com: PArea, a wrapper for java.awt.geom.Area to allow Constructive Area Geometry (CAG) operations http://code.google.com/p/piccolo2d/issues/detail?id=153 Problem fixed, $ svn commit -m fix for area shape fidelity problems, see Issue 152 comment 6 .