http://matt.west.co.tt/talks/canvastastic/ http://matt.west.co.tt/javascript/canvastastic-beta-1/ Just ran across this and knew it'd be of interest here....
... That looks quite interesting, particularly with the gradient lighting - though it does seem to suffer from the usual 3D-in-2D-canvas problem of poor...
... That sounds reasonable enough - I wouldn't be against doing something like that in a future version. Extra layers of abstraction tend to be a good thing,...
Hi, The reference message 197 was from me. I do have it working, but I made several changes in addition to the one about css mentioned below. You can see the...
I've been playing with using the canvas element to do basic transformations of images. Having satisfied my curiousity about simple scaling, rotation, and...
Hi, ... The easiest way is to use a secondary canvas surface. That is, the operations that you want to perform is a rotation of the image, and then a scaling...
Hi All! We have created web project called Great Web Wall on www.greatwebwall. com. It uses Canvas html tag and ASP.NET Ajax features. There are some bugs i...
Hi guys, I'm new to the canvas world, and I've got some questions for you. 1) Is it possible to manipulate the perspective of an image or to fill a shape in...
... It ought to be possible to do that (with a bit of matrix algebra) through the transform / setTransform methods, but they were only added to the Canvas spec...
... My memory of geometry is not entirely clear, but I believe you can't do perspective with setTransform because it only handles 2D affine transformations -...
... "davez1982" <davez82@> ... to fill ... added ... Correct. The setTransform() method is an affine transformation in 2D space. The result would be as good (...
Hi there I wrote a small L-Systems interpreter which uses canvas as the drawing area. Currently only a few commands are implemented. More features will...
Hi Vlad, maybe you read this post. Just wanted to rembember to moz-gles11, still keen on your release of it. Since FF2.0 is out now I was wondering, if the 3D...
hi guys, I'd like to programatically resize CANVAS object to match the page it's in (for example when the user resizes the page of the browser). I tried...
The following works in Firefox: document.getElementById('yourcanvasid').height = newHeightInPx; document.getElementById('yourcanvasid').width = newWidthInPx; ...
I should have said what I tried: - setting width and height memebers - setting position to absolute and manipulate top/left/bottom.right style memebers -...
Another example: http://diegogomezdeck.blogspot.com/2006/05/comet-y-canvas-morphic-en-el-browser.html It's a Squeak Morphic World rendered in a Canvas using JS...
A week ago i updated to the ExplorerCanvas November patch and the peskier problems that I had previously reported have gone away. the <canvas> element...
Hi all - I have a little application I built using canvas. It works in Firefox etc. but not in IE. I've tried to use Google's canvas lib to produce a ...
While browsing del.icio.us I discovered a new canvas implementation: http://canvaspaint.org/ Looks to be a faithful remake of Microsoft Paint. Kinda cool....
Nice! I especially like the page it goes to after you "exit" ;-) L. ... From: Andrew <triptych@...> To: canvas-developers@yahoogroups.com Sent: Tuesday,...
Hey, You'll have to call G_vmlCanvasManager.initElement manually for canvas elements created through script. Say you have the following code to create the...
Hi, I have just added Applet support to the Rhino-Canvas project. The Applet should be able to run standalone Javascript Canvas applications in any browser...
Its been a while since there was activity on this list, but I just noticed something noteworthy. It seems, at least on Firefox 2.0.0.1 the getImageData() spec...
Just a note to folks here - the list may be quiet right now while canvas slowly gains adoption, however I will immediately ban and delete messages of anyone...