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...
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...
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...
Hi, ... No. Canvases (from my initial understanding) are manipulated by scripting, but not innerHTML. ... I would imagine so, and then using scripting to draw...
... canvas. ... computer ... short ... FF3 - ... I hope IE8 will support Canvas, but I'm definitely not holding my breath. After playing with Canvas for ~2...
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...
... Your RadarChart.prototype.DrawBackground method is borked. The "Draw the circles" part does not begin the path, also it covers an angle greater than...
... 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...
... 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...
... 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...
... 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...
... 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...
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...
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? ...
... 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...
... 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...
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: ...
Richard Heyes
richard.heyes@...
Sep 7, 2008 12:08 pm
420
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,...
Richard Heyes
richard.heyes@...
Sep 16, 2008 9:19 am
421
Hi, Does Excanvas work on Interweb Explorer 8? Is it even necessary? -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: ...
Richard Heyes
richard.heyes@...
Sep 16, 2008 9:58 am
422
The graph seems to fail in bar.js with "getScale not defined". Thanks! Jerason Banes...
As far as I know, Canvas is still unsupported in IE8. I have not personally tested it, but excanvas is supposed to work. Unless, that is, you turn on STRICT...
Hi, ... Yeah recent rejigging. Should be fine now though... http://www.phpguru.org/static/rgraph.html Cheers. -- Richard Heyes HTML5 Graphing for IE7, FF,...
Richard Heyes
richard.heyes@...
Sep 16, 2008 6:53 pm
425
... <sigh> ... That will do... :-) -- Richard Heyes HTML5 Graphing for IE7, FF, Chrome, Opera and Safari: http://www.phpguru.org/RGraph...
Richard Heyes
richard.heyes@...
Sep 16, 2008 6:55 pm
426
The "real-world example" you gave (http://www.phpguru.org/article_index.php) still appears to be broken... Thanks,Jerason...
Hi, ... In the words of a very northern Shakespeare, "Bugger me senseless..." Works now. http://www.phpguru.org/article_index.php -- Richard Heyes HTML5...