FYI this can be done easily without Canvas, but since you ask on a Canvas-related group, here is my take: Why don't you simply set the image as the (CSS)...
... It would probably be useful to work out where the bottleneck is. If you comment out the drawImage, does it go much faster? If you comment out the...
http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-March/010129.html It looks like Apple is claiming IP rights over the canvas specification. Does that...
... http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-March/010129.html ... No, it means the WHATWG (I'm a founding member) is not a legal entity and...
I wonder what the chances are for there being a canvas in IE8 - now that the W3C is looking into HTML5. What are folks here doing to account for IE? Is...
Hi All! This is my first post here after a long period of lurking, so apologies if my response has that "new poster" smell about it. ;-) I have strong doubts...
Howdy, I agree with Jerason -- I wouldn't hold my breath for canvas (or really, any WHATWG or any modern-web specs) in IE8. Microsoft seems to be pushing the...
Flash is certainly an interesting possibility for canvas support in IE -- I don't think Java would be; its performance in a browser has always been suspect. L....
If you're referring to the time it takes to load the JVM, then I agree that there is an issue. A Java-based canvas is therefore more useful when the Canvas in...
I for one would love to contribute to building a canvas implementation in Flash. I first wonder if anyone is already working on a project like this and second...
Hi, I have started working on a Java version (rhinocanvas.sf.net), but I agree that for the browser flash probably makes more sense (installed base, startup...
Hi All! As per our discussion, I've done up a proof-of-concept Java shim for the CANVAS tag in IE. This is different from Stefan's excellent experiment in that...
Hi Jerason, tetris looks really great! If you need some motivating examples for implementing the path stuff: http://minijoe.com/samples/games/canvasoids.html ...
Hi Stefan, tetris looks really great! ... Thanks for the encouragement! I don't really need any motivation to develop the rest of the APIs, but those examples...
... Well that was what I thought.... But there is definitely some stuff in Canvas 2D that is not covered by Graphics2D (The gradient fill as far as I...
... For anyone who's trying to make a compliant implementation, I'll point out my tests at http://canvex.lazyilluminati.com/tests/tests/ which are incomplete...
I'm wondering if folks here working on canvas implementations have moved from just doing little demos to actually using and depending on it for website...
Hi Andrew, My opinion is that Canvas is very much ready for prime-time. It's well supported by Opera, Safari, and FireFox/Mozilla. IE can be made to work with ...
Hi fellow developers, I have recently discovered a CANVAS tag and I must say that I'm charmed with it. Although, it's hard for me to think of a real or ...
... That's surprisingly fun to play with :-) Just as a random idea, might it be possible to have the box fall and bounce under gravity? I don't know what the...
Hi, thanks for your replay! ... Hm..., I believe that this would look really nice, and wouldn't be too hard to implement. ... Yes, you're right. I have...
https://bugzilla.mozilla.org/show_bug.cgi?id=339553 Check out this page for alot more features that made it in for "feature freeze" for Firefox 3.x ...
hello, can nayone help me out about how can we save an canvas that was drawn (in IE) can be saved in the database. thank you sudhir. ... an image. ... f.ex....
... I've updated http://canvex.lazyilluminati.com/tests/tests/results.html with test results from Opera 9.5. The new features are: * transform, setTransform *...
Well, I am making some games now and some nice art, but anyone can just take my script. Not like Flash, which is compiled. If only there was a way to compile...
Hi, Please consider joining Microsoft Connect and the Internet Explorer Beta Feedback program in particular in order to vote for <canvas> tag support in IE8. ...
Probably too late for IE8? But we should still be advocating it for some future release. But dont hold your breath. Look how long Data urls took... years. ...