I've changed the setting for this group to moderated membership. That means anyone can still join, but I have to approve their membership. It's more of a pain...
Andrew, Thanks. I know it's a pain. I moderate the westphillyfreecycle Yahoo! group. The spam and unrelated posts are a pain in the backside, but it's worth...
Hi, I have a big canvas which is clipped and put inside a smaller div so it looks similar to google maps. User can move the canvas around by holding mouse...
It's drawing the first piece of track just fine, but when i go to draw the second piece of track it only draws a small corner and doesn't draw the whole image....
Hi, I'm trying to use canvas with image (size 1000x800) (using XulRunner). My aim is to allow user to select part of picture : highlighting the selection, I'm...
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 ...