javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Canvas.java
Tue, 05 Mar 2013 07:57:16 +0100 Fixed typo
Mon, 04 Mar 2013 16:17:44 +0100 fixed bug in Canvas getWidth and getHeight
Sat, 26 Jan 2013 08:47:05 +0100 In order to support fields of the same name in subclasses we are now prefixing them with name of the class that defines them. To provide convenient way to access them from generated bytecode and also directly from JavaScript, there is a getter/setter function for each field. It starts with _ followed by the field name. If called with a parameter, it sets the field, with a parameter it just returns it.
Tue, 22 Jan 2013 17:28:01 +0100 API for accesing HTML canvas