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...
398
Andrew
triptych999
Jul 19, 2008 3:34 pm
That's extremely cool! I can't wait to see what you come up with. Web games are so underrated. -Andrew...
399
Richard Heyes
heyes.richard
Jul 19, 2008 3:46 pm
Hey, Just joined this group and wanted to show off my canvas graphs: http://www.phpguru.org/downloads/HTML5_pie/ Cheers. And fwiw I'm currently working on a...
400
qdiscoverer
Jul 20, 2008 8:22 am
Sorry, but because I'm new to canvas,I ask these questions. (also, I would love to see some demonstrations...because I don't know how to make them) 1. Can use...
401
mathieu_p01_henri
mathieu_p01_...
Jul 21, 2008 3:48 pm
Grrr looks like my initial reply got lost as my Yahoo \:D/ address was bouncing left and right. ... know ... Canvas is a programmatic element, not a...
402
Richard Heyes
heyes.richard
Jul 22, 2008 6:46 pm
Hi, ... No. Canvases (from my initial understanding) are manipulated by scripting, but not innerHTML. ... I would imagine so, and then using scripting to draw...
403
Richard Heyes
heyes.richard
Jul 22, 2008 6:49 pm
Hi, Finished (or got it up and running at least) the radar chart. Not a traditional radar chart, but still very good I think. ...
404
mathieu_p01_henri
mathieu_p01_...
Jul 23, 2008 11:26 am
... canvas. ... computer ... short ... FF3 - ... I hope IE8 will support Canvas, but I'm definitely not holding my breath. After playing with Canvas for ~2...
405
Mike Shaver
shvmoz
Jul 23, 2008 12:04 pm
On Wed, Jul 23, 2008 at 7:26 AM, mathieu_p01_henri ... If you have cases where Firefox's canvas implementation doesn't conform to the specification, please do...
406
mathieu_p01_henri
mathieu_p01_...
Jul 23, 2008 12:05 pm
... Your RadarChart.prototype.DrawBackground method is borked. The "Draw the circles" part does not begin the path, also it covers an angle greater than...
407
mathieu_p01_henri
mathieu_p01_...
Jul 23, 2008 12:17 pm
Notice that the patch I suggested also fixes your code in Safari 3.1.2. ... a ... after ... instead ... lead ... to ... and...
408
Philip Taylor
excors_y
Jul 23, 2008 12:37 pm
... The current version of WebKit (hence probably the next version of Safari) does have those features, and does ImageData much closer to the current spec than...
409
Vladimir Vukicevic
vvukicevic
Jul 23, 2008 4:45 pm
... Erm, ignoring the imageData spec bait-and-switch, Firefox has had arcTo since Firefox 2... You're right about shadows, though, but we're going to try to...
410
Vladimir Vukicevic
vvukicevic
Jul 23, 2008 4:47 pm
... The spec's kinda odd there; not allowing an angle greater than 2*Math.PI seems weird, considering that NaN/Infinity/etc. seem to be allowed for float...
411
Philip Taylor
excors_y
Jul 23, 2008 10:12 pm
... I said "sensible arcTo" :-) Looking at e.g. the first shape in http://philip.html5.org/demos/canvas/arcto.html , I have no idea what Firefox is trying to...
412
Philip Taylor
excors_y
Jul 23, 2008 10:26 pm
... The spec does allow angles greater than 2pi, and defines them in a way that is (as far as I can tell) pretty much indistinguishable from Firefox and...
413
Richard Heyes
heyes.richard
Jul 28, 2008 6:50 pm
Hi, This time it's a donut. BTW I've recently changed mail clients and have only recently seen replies to my previous msg, hence some things may be just as...
414
Richard Heyes
heyes.richard
Jul 30, 2008 7:52 pm
Hi, Perhaps I've got it wrong, but ISTR some rumblings of a discussion about IE8 not supporting the canvas element. Is this correct? ie Will it or won't it? ...
415
qdiscoverer
Aug 20, 2008 4:48 am
Is it possible to save a canvas img(drawings) into a server using php(and GD/imagemagick/etc)? Or should I consider "redrawing" everything using...
416
Matt Westcott
mmmgasman
Aug 20, 2008 8:47 am
... Hi, It sounds like canvas.toDataUrl() is what you want: http://www.whatwg.org/specs/web-apps/current-work/#todataurl I guess you'd submit the result of...
417
qdiscoverer
Aug 20, 2008 11:21 am
... Thanks, Matt. But toDataUrl() is not supported by IE--Does anyone know any workaround for this??...
418
Emil A Eklund
eaenet
Aug 21, 2008 8:49 pm
... For IE, using excanvas, you'll pretty much have to record the strokes and then replay it on the server. Might be possible to implement toDataUrl in the...
419
Richard Heyes
richard.heyes@...
Sep 7, 2008 12:08 pm
Hi, A Message to test my subscription to the list if nothing else. Cheers. -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: ...
420
Richard Heyes
richard.heyes@...
Sep 16, 2008 9:19 am
Hi, For anyone that's interested, here's a real life usage of canvas: http://www.phpguru.org/article_index.php -- Richard Heyes HTML5 Graphing for IE7, FF,...
421
Richard Heyes
richard.heyes@...
Sep 16, 2008 9:58 am
Hi, Does Excanvas work on Interweb Explorer 8? Is it even necessary? -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: ...