This is very nice! I look forward to seeing the tutorial. Canvas is got a ways to go before it hits its "tipping point" but its things like this that push it...
http://excanvas.sourceforge.net/ I'm curious if folks are adopting this code into their own projects and what they think of it. Does it do everything it needs...
Hello all. I'm playing around with canvas for the first time and I'm having trouble getting drawWindow to work with a hidden iframe. The docs suggest this...
I believe display: none causes the frames not to be generated by the browser. You might try visibility: hidden, and you can also absolutely position the...
Online info: ONLINE COVERAGE IDG News Service, YAHOO! EMAIL UNDER WORM ATTACK, WARNS SYMANTEC, by Jeremy Kirk: The worm, which Symantec calls JS.Yamanner@m, is...
Yahoo has stripped the malicious attachment so do not panic if you did open the email. This event does raise the issue of allowing tags (like canvas) in ...
On Wed, 14 Jun 2006 09:57:44 +0200, Rafael Robayna <rrobayna@...> wrote: [Checking for the existence of canvas] ... I would rather test if the rendering...
thanks guys, ... good enough a reason because that's what i'm doing. thanks, _c Send instant messages to your online friends http://uk.messenger.yahoo.com...
hi, nice job. i do have some user interface suggestions though. if you care to hear them just contact me off list. regards, _c ... Send instant messages to...
hi, here's what i need to do, in the most boiled down terms possible. dynamically create a canvas, scale the context to the dimensions of the canvas so that...
... You need to redraw it each time; there's no way to retain the vector-level paths for the canvas. The way you're doing it looks fine. ... The default size...
hi, just wondering if anybody here has any experience with googles canvas lib, specifically it's performance? i also notice that there has been some...
... ok thanks. ... do you mean replace all these four lines? cvs.setAttribute('width', dim); cvs.style.height = dim + 'px'; cvs.setAttribute('height', dim); ...
... I use it at http://polyhedra.org/ the 3-d models work on IE, but they are slower than I'd like. I think that my site beats on the canvas element pretty...
I've been hearing about there being a prototype spec for a 3d context for canvas. Any opera or firefox folks around that might provide links? I would love to...
... For now, the Opera and Firefox incantations of this are pretty different; I'm going after a more low-level approach in Firefox, providing something very...
... I love the color space that it uses -- color choosers based on RGB lead most people to pick horrible colors, but using an HSV system makes sense. (The...
I've done some more work on my site: (i) multiple instances of the 3-d viewer in a page so I can show visual indices: http://polyhedra.org/poly/face_count/20 ...
I was suprised and impressed to see the circular tetris widget from Benjamin Joffe in the Opera 9 widgets area. I wondered how he was able to do the 3d effect...
I dont think you need to worry about sounding like a marketing type - I actually wish you'd have posted when the contest started :) This forum is for all...
... Not quite sure about that -- both Arve and I read canvas-developers pretty actively, and try to publish what we're working on (if I haven't mentioned it,...
... I'm still hurting from the failure of VRML. I did some VRML projects around '97 or so and I came to the conclusion that there was a lot of "pent up"...
... 3D Canvas has that potential. Opera's and Mozilla's implementation makes use of hardware acceleration. ... If you're familiar with OpenGl, you know this is...