Good news! Robert O'Callahan informed me that the toDataUrl feature is now working in the latest Firefox builds. Here's the IDL (interface description...
Hi all, Which way is the best way of rendering lots os rectangles of different colors onto a canvas? I'm trying to emulate an old computer, so each rectangle...
... Nothing in the near future, I'm afraid; this is a similar bug to https://bugzilla.mozilla.org/show_bug.cgi?id=297959 . Much of the overhead is actually...
Hi, Vladimir ... Thanks for the prompt answer. Very interesting link, but I'm sad to see that the discussion on the bug report stopped on October 2005. So as...
... Well, discussion stopped, but it's been a useful test case that a bunch of folks are still working from. We're just not putting in anything into the bug...
Vlad, ... You obviously know what you're talking about, so pardon my ignorance on the subject. As I understand, the canvas implementation uses Cairo as the...
In my program I call setInterval('draw()',100); somewhere. How can I stop FFox from calling draw() after let's say 100 iterations or equivalently 10 seconds? ...
... No, it's: myinterval = setInterval('draw()',100); clearInterval(myinterval); ie in your specific case you'd do: setTimeout('clearInterval(myinterval)',...
... Oops, you're right. I got that wrong. Thanks for correcting me. If you'd like to see it used in the wild, you can view source on http://awordlike.com/...
http://www.mozilla.org/projects/bonecho/releases/2.0a1.html I encourage everyone who has canvas implementations to test them out on this alpha release. I've...
... Everything looks good at http://awordlike.com/. No noticable differences in performance or functionality, it seems to animate slightly better on the alpha...
I have made canvascape compatible with Internet Explorer: http://www.abrahamjoffe.com.au/ben/canvascape/ I used a vml canvas workaround produced by Google...
I've got it working with my stupid little Ajax Trains demo... http://www.redsquirrel.com/dave/play/ajaxtrains.html If you have the go ahead to publish an...
Very cool! Many thanks to google and Emil for their efforts in making canvas a usable standard. I've uploaded a new version of Canvas Painter with the google ...
Gee, how did you all get wind of this compatibility layer? I've been posting canvas examples for a while now and this is the first I've heard of it......
Via Emil, http://me.eae.net/archive/2006/03/28/explorercanvas/ I found the link to the sourceforge project : http://sourceforge.net/projects/excanvas/ - Looks...
Some of you have requested getPixel and setPixel for the bitmap canvas. Well, we have some news for you -- Opera has actually had this support all along, but...
This is really splendid! And it immediately raises at least two obvious questions a) Are these new functions (eventually) getting into the standard context...
It looks like the google canvas compatibility layer has been released on sourceforge as ExplorerCanvas . Included in the package are a few more canvas examples...
... I'm behind on my WhatWG mail, but I don't think these extensions have been proposed. The main Mozilla canvas developer only heard about the new API...
... canvas. ... support all ... I am very pleased this support has been added, I was beginning to think I would need to continue canvascape development in Java...
Hi, ... Interesting stuff! What are some of the use cases for this, other than providing color filters? That can be useful, to be sure, but it seems like a...