javaquery/canvas/src/main/java/net/java/html/canvas/spi/GraphicsEnvironment.java
Wed, 12 Feb 2014 14:43:38 +0100 (Y05) Reintroduced the methods for using ImageData, since they?re already implemented and I have a very good usecase:
Wed, 12 Feb 2014 09:14:20 +0100 More JavaDoc improvements.
Thu, 26 Sep 2013 14:26:58 -0700 license fixes
Thu, 26 Sep 2013 14:20:18 -0700 refactoring for API review
Sat, 07 Sep 2013 18:25:09 +0200 changes to canvas and graphicsenv to support additional methods fillPolygon and mergeImages
Mon, 27 May 2013 14:13:01 +0200 fixed bugs in Image Handling
Mon, 27 May 2013 08:30:18 +0200 Readded Image and ImageData to have the complete API again. No need to use Data in API anymore. Added caching to Image. Image are not required to be added to the page anymore, but are created in javaScript instead.
Fri, 24 May 2013 12:29:58 +0200 added caching to style
Fri, 24 May 2013 07:36:58 +0200 Added Dimension class to fix problem with TextMetrics
Thu, 23 May 2013 15:36:42 +0200 moved GRaphicsEnvironment to SPI package