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. ...
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...
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...