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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 327 - 366 of 493   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
344
... The original ad blocker (Kusmerick) was based on location of an image in the page but most current ones are URL-based. ... Good point unless you have a...
David Curran
iamreddave
Offline Send Email
Jan 29, 2007
9:31 am
345
Anyone know of a way to re-color an image once it is loaded? I can't seem to find a command to do that under canvas....
matthew_hagston
Offline Send Email
Feb 19, 2007
8:50 pm
346
http://www.tapper-ware.net/2007/02/real-3d-rendering-right-inside-browser.html Rather like CanvasScape in appearance, but rather more powerful under the hood....
Seldo V
laurie.voss
Online Now Send Email
Feb 20, 2007
8:02 pm
347
This is how i handle dynamically resizing the canvas fit inside a table. I've only tested this in Firefox though, i have not tested it in either opera nor...
matthew_hagston
Offline Send Email
Feb 20, 2007
8:06 pm
348
Hi, every one I have seen some canvas examples which seem to be using 3d graphics. Can I find tutorials to explain how to make things like those? Thank you...
mohamed hassan
m_hassan842002
Offline Send Email
Feb 23, 2007
5:36 pm
349
I have not seen any tutorials, there is really no API yet for any of this. Once we hear more about openGL ES like api then perhaps. I have been trying to get...
lec_maj
Offline Send Email
Feb 25, 2007
4:23 am
350
... My Canvastastic library provides an API for doing low-poly 3D via the 2D canvas context, although it's a higher-level API than OpenGL: ...
Matthew Westcott
mmmgasman
Offline Send Email
Feb 26, 2007
10:37 am
351
... There's been some initial experimental code in the Mozilla tree for a while, at http://lxr.mozilla.org/mozilla/source/extensions/canvas3d/ - you have to...
Philip Taylor
excors_y
Offline Send Email
Feb 26, 2007
1:47 pm
353
... Hey, that's pretty awesome! That is, both your example and the fact that you were able to build the canvas3d extension :) Getting that out is sitting at...
Vladimir Vukicevic
vvukicevic
Offline Send Email
Mar 1, 2007
5:36 am
355
Stupid spammers! die die die! Spammers should be hung from the highest tree!...
Matthew Hagston
matthew_hagston
Offline Send Email
Mar 7, 2007
4:10 pm
356
I've changed the setting for this group to moderated membership. That means anyone can still join, but I have to approve their membership. It's more of a pain...
Andrew
triptych999
Offline Send Email
Mar 7, 2007
4:26 pm
357
User has been banned, removed and the email deleted from the mailing list. Spammers will not be tolerated!!...
Andrew
triptych999
Offline Send Email
Mar 7, 2007
4:35 pm
358
Andrew, Thanks. I know it's a pain. I moderate the westphillyfreecycle Yahoo! group. The spam and unrelated posts are a pain in the backside, but it's worth...
Mario Giorno
pariahstudio
Offline Send Email
Mar 7, 2007
6:30 pm
359
Hi, I have a big canvas which is clipped and put inside a smaller div so it looks similar to google maps. User can move the canvas around by holding mouse...
tml
firstoneonsun
Offline Send Email
Mar 10, 2007
2:39 pm
360
... I don't run linux so can't help you much there. It may help others answer your question though if you post your code....
Matthew Hagston
matthew_hagston
Offline Send Email
Mar 12, 2007
2:55 pm
364
It's drawing the first piece of track just fine, but when i go to draw the second piece of track it only draws a small corner and doesn't draw the whole image....
Matthew Hagston
matthew_hagston
Offline Send Email
Mar 16, 2007
4:09 pm
365
Note: if i tell it to draw twice, like this ... ctx.drawImage(track.img,-19,-122); // draw track with offset, centered around startpoint ...
Matthew Hagston
matthew_hagston
Offline Send Email
Mar 16, 2007
4:51 pm
366
Hi, I'm trying to use canvas with image (size 1000x800) (using XulRunner). My aim is to allow user to select part of picture : highlighting the selection, I'm...
mc_murlock
Offline Send Email
Mar 19, 2007
10:47 am
Messages 327 - 366 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