Hi!
I've released beta 4. It seems basic Canvas API is implemented. I
wonder is it ready for production?
* jooscript.js is updated to the latest beta with bright shiny new
features.
* oncanvasframe now based on new approach from Mozzila:
mozRequestAnimationFrame which gives pretty smooth playback for
animations and games.
* Added demo Watercolor.
* (IE) Method canvas.loadImage renamed to loadImages as it handle
multiple arguments.
* (IE) Fixed my mistake in load queue.
* (IE) Tangent approximation was replaced with Fixed MidPoint
approach. (Tanks Shinya!)
* (IE) Now unexpected arguments will raise an exception.
* (IE) Now URLs with ports are supported (issue 6).
* (IE) Implemented accurate method isPointInPath (via
ctx.invoke("isPointInPath", x, y, ...)).
Watercolor demo:
http://burzak.com/proj/fxcanvas/demo/watercolor.html
BTW, could you retweet this:
http://twitter.com/buzzilo/status/33953037089243136
tanks,
Evgeny