Search the web
Sign In
New User? Sign Up
canvas-developers · Canvas Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 307 - 343 of 493   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
307
I've been playing with using the canvas element to do basic transformations of images. Having satisfied my curiousity about simple scaling, rotation, and...
westoncann
Offline Send Email
Oct 6, 2006
12:20 am
308
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...
Vladimir Vukicevic
vvukicevic
Offline Send Email
Oct 6, 2006
1:00 am
309
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...
competito
Offline Send Email
Oct 7, 2006
11:02 am
311
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...
davez1982
Offline Send Email
Oct 28, 2006
3:10 pm
312
... 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...
Matt Westcott
mmmgasman
Offline Send Email
Oct 30, 2006
10:51 am
313
... 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 -...
Philip Taylor
excors_y
Offline Send Email
Oct 30, 2006
4:33 pm
314
... "davez1982" <davez82@> ... to fill ... added ... Correct. The setTransform() method is an affine transformation in 2D space. The result would be as good (...
Mathieu HENRI
p01_opera
Offline Send Email
Nov 3, 2006
12:31 pm
315
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...
Philipp Stucki
ph1l1pps
Offline Send Email
Nov 3, 2006
3:13 pm
316
Phillip, That is some wonderful geometry. Viva <canvas>! Viva SVG!...
Mario Giorno
pariahstudio
Offline Send Email
Nov 3, 2006
3:27 pm
317
... Beautiful!...
Paul Houle
magenta_tapir
Offline Send Email
Nov 4, 2006
2:03 am
318
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...
grussmir
Offline Send Email
Nov 5, 2006
3:01 pm
319
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...
gziemski
Offline Send Email
Nov 8, 2006
12:08 am
320
The following works in Firefox: document.getElementById('yourcanvasid').height = newHeightInPx; document.getElementById('yourcanvasid').width = newWidthInPx; ...
Philipp Stucki
ph1l1pps
Offline Send Email
Nov 8, 2006
6:35 pm
321
I should have said what I tried: - setting width and height memebers - setting position to absolute and manipulate top/left/bottom.right style memebers -...
gziemski
Offline Send Email
Nov 9, 2006
6:38 pm
322
Is anyone creating Canvas pictures from languages other then Javascript? Just saw this example of using Ruby to create canvases ...
David Curran
iamreddave
Offline Send Email
Nov 14, 2006
10:10 am
323
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...
Diego Gomez Deck
diegogomezdeck
Offline Send Email
Nov 14, 2006
10:22 am
325
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...
Sandro Bilbeisi
bilba2002us
Offline Send Email
Nov 28, 2006
5:59 am
326
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 ...
laurie.voss
Online Now Send Email
Nov 30, 2006
10:40 pm
327
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....
Andrew
triptych999
Offline Send Email
Dec 5, 2006
4:04 pm
328
Nice! I especially like the page it goes to after you "exit" ;-) L. ... From: Andrew <triptych@...> To: canvas-developers@yahoogroups.com Sent: Tuesday,...
Seldo V
laurie.voss
Online Now Send Email
Dec 5, 2006
5:12 pm
329
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...
Emil A Eklund
eaenet
Offline Send Email
Dec 6, 2006
10:53 am
330
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...
Stefan Haustein
dukoids
Offline Send Email
Dec 7, 2006
5:39 pm
332
is the canvas tag and toDataURL method supported in Netscape?...
Testy Temberli
gondalmk
Online Now Send Email
Jan 12, 2007
5:20 am
333
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...
Don Frehulfer
donnie_daf
Offline Send Email
Jan 24, 2007
10:32 pm
337
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...
Andrew
triptych999
Offline Send Email
Jan 25, 2007
3:32 pm
338
It worked for me. Way cool! Let's hope that the browser developers get together and reach feature parity soon with regards to canvas....
Andrew
triptych999
Offline Send Email
Jan 25, 2007
3:48 pm
339
Andrew, From one list moderator to another - thank you. Mario Giorno aka pariahstudio moderator, westphillyfreecycle...
Mario Giorno
pariahstudio
Offline Send Email
Jan 25, 2007
4:01 pm
340
on a related note. How would you deal with canvas spam? Large amounts of spam now uses images files to convey the data. What would happen if vector based...
David Curran
iamreddave
Offline Send Email
Jan 25, 2007
4:12 pm
341
Hi all, there has been quite some discussion on drawString() from time to time on the WHATWG list, yet still none of the main browser vendors seems committed...
Stefan Haustein
dukoids
Offline Send Email
Jan 25, 2007
5:39 pm
343
On Thu, 25 Jan 2007 16:56:16 +0100, David Curran <david.curran@...> ... Canvas spam is highly unlikely to ever happen, as canvas is dependent on a ...
Arve Bersvendsen
yrandomtox
Offline Send Email
Jan 29, 2007
8:22 am
Messages 307 - 343 of 493   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help