... 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...
369
sean_imler
Apr 4, 2007 1:03 am
Lines 505 and 506 of excanvas.js: // TODO: Following is broken for curves due to // move to proper paths. Has anyone come across this and know of a...
370
Andrew
triptych999
Apr 4, 2007 5:22 pm
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...
371
brendaneich
Apr 4, 2007 6:58 pm
... 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...
372
Andrew
triptych999
May 16, 2007 2:00 pm
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...
373
Jerason Banes
thewiirocks
May 16, 2007 3:18 pm
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...
374
Vladimir Vukicevic
vvukicevic
May 16, 2007 5:41 pm
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...
375
Seldo V
laurie.voss
May 17, 2007 6:08 am
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....
376
Jerason Banes
thewiirocks
May 17, 2007 3:30 pm
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...
377
Andrew
triptych999
May 18, 2007 4:54 pm
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...
378
Stefan Haustein
dukoids
May 19, 2007 1:24 am
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...
379
ursmartini
May 21, 2007 6:59 am
Hello! I created a small canvas-app where you can add some photos to and then play around with size, transparency and position using prototype,...
380
Jerason Banes
thewiirocks
May 24, 2007 3:17 pm
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...
381
Stefan Haustein
dukoids
May 24, 2007 4:23 pm
Hi Jerason, tetris looks really great! If you need some motivating examples for implementing the path stuff: http://minijoe.com/samples/games/canvasoids.html ...
382
Jerason Banes
thewiirocks
May 24, 2007 5:02 pm
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...
383
Stefan Haustein
dukoids
May 24, 2007 8:18 pm
... 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...
384
Philip Taylor
excors_y
May 25, 2007 10:42 pm
... 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...
385
Andrew
triptych999
Jul 26, 2007 8:48 pm
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...
386
Jerason Banes
thewiirocks
Jul 26, 2007 9:01 pm
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 ...
387
kacper_glowacki
Jul 30, 2007 7:21 pm
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 ...
388
Philip Taylor
excors_y
Jul 30, 2007 9:03 pm
... 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...
389
kacper_glowacki
Jul 31, 2007 7:32 am
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...
390
Andrew
triptych999
Aug 3, 2007 8:02 pm
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 ...
391
koneru_sudhir
Aug 4, 2007 2:12 am
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....
392
Andrew
triptych999
Sep 5, 2007 6:36 pm
I hear there are advances in Canvas in the new Opera 9.5 alpha. Has anyone heard about the details?...
393
Philip Taylor
excors_y
Sep 5, 2007 7:16 pm
... I've updated http://canvex.lazyilluminati.com/tests/tests/results.html with test results from Opera 9.5. The new features are: * transform, setTransform *...
394
osshaffer
Sep 21, 2007 6:31 am
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...
395
Greg Houston
greg_houston...
Mar 24, 2008 1:16 am
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. ...
396
Andrew
triptych999
Mar 28, 2008 4:21 pm
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. ...
397
Matthew Hagston
matthew_hagston
Jun 18, 2008 11:06 pm
I'm still in the very early stages .. *obviously* .. but those who want to see canvas generating a simple isometric map with a clickable minimap take a look...