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.

Messages

  Messages Help
Advanced
Messages 345 - 379 of 396   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
Online Now 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
Online Now Send Email
Mar 19, 2007
10:47 am
367
FYI this can be done easily without Canvas, but since you ask on a Canvas-related group, here is my take: Why don't you simply set the image as the (CSS)...
Mathieu HENRI
p01_opera
Offline Send Email
Mar 19, 2007
11:34 am
368
... It would probably be useful to work out where the bottleneck is. If you comment out the drawImage, does it go much faster? If you comment out the...
Philip Taylor
excors_y
Offline Send Email
Mar 20, 2007
11:03 pm
369
Lines 505 and 506 of excanvas.js: // TODO: Following is broken for curves due to // move to proper paths. Has anyone come across this and know of a...
sean_imler
Online Now Send Email
Apr 4, 2007
1:03 am
370
http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-March/010129.html It looks like Apple is claiming IP rights over the canvas specification. Does that...
Andrew
triptych999
Offline Send Email
Apr 4, 2007
5:22 pm
371
... http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-March/010129.html ... No, it means the WHATWG (I'm a founding member) is not a legal entity and...
brendaneich
Offline Send Email
Apr 4, 2007
6:58 pm
372
I wonder what the chances are for there being a canvas in IE8 - now that the W3C is looking into HTML5. What are folks here doing to account for IE? Is...
Andrew
triptych999
Offline Send Email
May 16, 2007
2:00 pm
373
Hi All! This is my first post here after a long period of lurking, so apologies if my response has that "new poster" smell about it. ;-) I have strong doubts...
Jerason Banes
thewiirocks
Offline Send Email
May 16, 2007
3:18 pm
374
Howdy, I agree with Jerason -- I wouldn't hold my breath for canvas (or really, any WHATWG or any modern-web specs) in IE8. Microsoft seems to be pushing the...
Vladimir Vukicevic
vvukicevic
Offline Send Email
May 16, 2007
5:41 pm
375
Flash is certainly an interesting possibility for canvas support in IE -- I don't think Java would be; its performance in a browser has always been suspect. L....
Seldo V
laurie.voss
Offline Send Email
May 17, 2007
6:08 am
376
If you're referring to the time it takes to load the JVM, then I agree that there is an issue. A Java-based canvas is therefore more useful when the Canvas in...
Jerason Banes
thewiirocks
Offline Send Email
May 17, 2007
3:30 pm
377
I for one would love to contribute to building a canvas implementation in Flash. I first wonder if anyone is already working on a project like this and second...
Andrew
triptych999
Offline Send Email
May 18, 2007
4:54 pm
378
Hi, I have started working on a Java version (rhinocanvas.sf.net), but I agree that for the browser flash probably makes more sense (installed base, startup...
Stefan Haustein
dukoids
Offline Send Email
May 19, 2007
1:24 am
379
Hello! I created a small canvas-app where you can add some photos to and then play around with size, transparency and position using prototype,...
ursmartini
Offline Send Email
May 21, 2007
6:59 am
Messages 345 - 379 of 396   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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