Package: piccolo / 1.2-1

Metadata

Package Version Patches format
piccolo 1.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_visibility | (download)

extras/edu/umd/cs/piccolox/util/PFixedWidthStroke.java | 654 259 + 395 - 0 !
extras/edu/umd/cs/piccolox/util/PSemanticStroke.java | 126 126 + 0 - 0 !
2 files changed, 385 insertions(+), 395 deletions(-)

 fix class visibility
fix_swtgraphics | (download)

extras/edu/umd/cs/piccolox/swt/SWTGraphics2D.java 2012-05-31 02:28:45.457346847 +0200 | 11 6 + 5 - 0 !
1 file changed, 6 insertions(+), 5 deletions(-)

 fix swtgraphics
add_roundrectangle | (download)

src/edu/umd/cs/piccolo/nodes/PPath.java | 24 23 + 1 - 0 !
1 file changed, 23 insertions(+), 1 deletion(-)

 add roundrectangle to ppath
 Add the RoundRectangle function as defined in later versions of Piccolo.
 This is a requirement for Storymaps, which uses this function.