The following is my attempt to emulate (note the emphasis) the redesigned Tux with GraphicsBuilder, here goes

Not bad eh? something tells me I should stick with programming and skip drawing...
The code to is a little bit verbose but here are the meat & bones, once the basic shapes & paths have been defined the following code will assemble my version of Tux
You may download the full script from this link, please not that it will only work with graphicsbuilder-0.4.2-SNAPSHOT (currently on svn head at http://svn.codehaus.org/groovy-contrib/graphicsbuilder). I fixed some minor bugs along the way but noticed that even though graphicsPad is a good tool to start your own drawings, it lacks some features that would make life easier, like an optional drawing grid, rulers and a cheatsheet/help guide on available operations. I also noticed that
skew
will not always work as you expect, specially when combined with other transformations at the same time (I'm thinking a freeze
option may come in handy) and sometimes when you resize the panel your drawing can go ballistic (something related to AffineTransform applied to the panel). When creating the flippers I kind of wished for flip
(rotate+freeze) and reflect
(scale+freeze) operations, they would have made the job easier.As I mentioned on the previous post images are back, you can see an example of a local image being drawn (btw the original image is located at http://tux.crystalxp.net/en.id.3563-jerm-tiny-toux.html).
Seems that will all the minor fixes and new features graphicsbuilder-0.4.2 should be released soon, feedback is always welcome!
Keep on Groovying!