Hi,
I've just released new version. Short changelog:
* onframe attribute renamed to oncanvasframe.
* Fixed frameDuration property for canvas backend.
* (IE) Fixed canvas cursor style.
* (IE) Fixed canvas.loadImage() for series of images.
* (IE) Fixed canvas resizing.
* Changed image data format, now it is array with length = image
width x height where element is pixel value encoded in 32-bit
integer.
* Experimental implementation of reusable Canvas path.
* (IE) Images and text are now clipable.
* (IE) Improved Canvas Text API.
* (IE) Rewritten initialization routine.
* (IE) Some optimizations in Flash backend.
* (IE) Basic implementation of method drawImage([Canvas
element], ...).
* (IE) Now it is possible to draw image from another domain via
proxy script (required PHP and cURL).
Project homepage:
http://burzak.com/proj/fxcanvas/
Very a few people read this group, so it may be my last writing..
Evgen