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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 144 - 173 of 396   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
144
http://ted.mielczarek.org/code/ticfractoe.html Very interesting use of canvas to convey a zoomable fractal representing all the possible moves of tic-tac-toe....
Andrew
triptych999
Offline Send Email
Feb 1, 2006
3:52 pm
145
Firefox 1.5.0.1 has recently been released. As you can see from the changelog at http://www.squarefree.com/burningedge/releases/1.5.0.1.html there has been a...
canvasgame
Offline Send Email
Feb 2, 2006
12:54 pm
146
Kinda off-topic but perhaps relevant if folks begin to incorporate canvas with ajax style development: Open Ajax - a new proposal for a standard framework: ...
Andrew
triptych999
Offline Send Email
Feb 2, 2006
3:12 pm
147
I noticed some changes when I received the 1.5.0.1 beta. It seems like it was less forgiving about paths than before (I think I had some sloppy code)....
Dave Hoover
redsquirreld...
Offline Send Email
Feb 2, 2006
3:13 pm
148
What do folks here think is the future of canvas? Relegated to a minor feature? Basis for bad flash-like ads? A final answer to rounded corners? What do you...
Andrew
triptych999
Offline Send Email
Feb 3, 2006
7:46 pm
149
... Unfortunately, the future of canvas lies in the hands of Microsoft. Despite Emil's efforts to hack canvas support into IE, I don't think it can be...
Dave Hoover
redsquirreld...
Offline Send Email
Feb 4, 2006
2:06 pm
150
... Flash is a lot easier to use (layers + scaler graphics + timelines + IDE) Flash is a *lot* faster. Canvas has no way of finding the mouse pos over it...
kjorn
Offline Send Email
Feb 6, 2006
9:25 am
151
... Something I discovered quite recently is that it is possible to create dynamic swf:s in quite a few ways. The one I liked most is ...
Marcus Engene
ehsmeng_ch
Offline Send Email
Feb 6, 2006
10:14 am
152
... minor ... + IDE) ... that my ... you need to put this: ctx.beginPath(); before you draw and stroke each object. I had this problem too, firefox had a bug...
kjorn
Offline Send Email
Feb 6, 2006
11:50 am
153
... Brilliant! Yes, now it works great. ... It's hard to figure out what they want to do with their browser at all. Supposedly they want to kill of "normal"...
Marcus Engene
ehsmeng_ch
Offline Send Email
Feb 6, 2006
12:43 pm
154
... It is not very difficult to find the mouse coordinates over a canvas element. Simply get the mouse screen coordinate and add that to the scroll offset then...
canvasgame
Offline Send Email
Feb 7, 2006
6:29 am
155
... haha. thanks for proving my point. You seem to have a different meaning to the word 'simple' that I have not come across before. BTW don't margins...
kjorn
Offline Send Email
Feb 7, 2006
8:11 am
156
... I can get close to your syntax, with my code you can call: ctx.mouse(e).x; //e must be the mouse object. This seems to work accurately in Firefox for all...
canvasgame
Offline Send Email
Feb 8, 2006
8:39 am
157
On Wed, 08 Feb 2006 09:38:43 +0100, canvasgame <canvasgame@...> ... Opera supports the Event.offsetX and Event.offsetY properties that is the offset...
Arve Bersvendsen
arveb@...
Send Email
Feb 8, 2006
11:28 am
158
http://aslakhellesoy.com/articles/2006/02/09/announcement-new-javascript-canvas-graph-library Looks like an interesting use of Canvas to generate graphs (not...
Andrew
triptych999
Offline Send Email
Feb 10, 2006
9:15 pm
159
http://developer.yahoo.net/yui/index.html I've been using these libaries at work for over a year now, and they are extremely cool. While tagentially related...
Andrew
triptych999
Offline Send Email
Feb 14, 2006
4:34 am
160
Hi folks, Canvas-Newbie Question: Is there any possibility to get the image data out of the canvas into a variable to post it back to my php-server-skript? ...
grussmir
Offline Send Email
Feb 28, 2006
5:05 pm
161
... On the HTMLCanvasElement interface, there is a method named toDataURL() that allows you to convert the canvas to a Data URI representation of the current...
Arve Bersvendsen
yrandomtox
Offline Send Email
Feb 28, 2006
5:16 pm
162
... Hi, As far as I know, no. Not widely implemented anyway. Apart from the function Arve Bersvendsen just wrote about, a getPixel()-function would be nice....
Marcus Engene
ehsmeng_ch
Offline Send Email
Feb 28, 2006
5:28 pm
163
... an image. ... (...) ... Thanks a lot, expected something like that. Alread found also the discussion on bugzille, wich mainly seems to adress security...
grussmir
Offline Send Email
Feb 28, 2006
5:42 pm
164
Good news! Robert O'Callahan informed me that the toDataUrl feature is now working in the latest Firefox builds. Here's the IDL (interface description...
Andrew
triptych999
Offline Send Email
Mar 1, 2006
3:26 pm
165
Here's an interesting article about the WHATWG and the future of the web. It talks about canvas, svg, etc. ...
Andrew
triptych999
Offline Send Email
Mar 7, 2006
5:10 am
166
Hi all, Which way is the best way of rendering lots os rectangles of different colors onto a canvas? I'm trying to emulate an old computer, so each rectangle...
Rafael de Oliveira Ja...
rafael_jannone
Offline Send Email
Mar 10, 2006
9:03 pm
167
... Nothing in the near future, I'm afraid; this is a similar bug to https://bugzilla.mozilla.org/show_bug.cgi?id=297959 . Much of the overhead is actually...
Vladimir Vukicevic
vvukicevic
Offline Send Email
Mar 10, 2006
10:22 pm
168
Hi, Vladimir ... Thanks for the prompt answer. Very interesting link, but I'm sad to see that the discussion on the bug report stopped on October 2005. So as...
Rafael Jannone
rafael_jannone
Offline Send Email
Mar 10, 2006
11:07 pm
169
... Well, discussion stopped, but it's been a useful test case that a bunch of folks are still working from. We're just not putting in anything into the bug...
Vladimir Vukicevic
vvukicevic
Offline Send Email
Mar 10, 2006
11:38 pm
170
Vlad, ... You obviously know what you're talking about, so pardon my ignorance on the subject. As I understand, the canvas implementation uses Cairo as the...
Rafael Jannone
rafael_jannone
Offline Send Email
Mar 11, 2006
3:08 am
171
http://persistent.info/archives/2006/02/26/canvas-text It also has some nice metrics on rendering time performance....
Andrew
triptych999
Offline Send Email
Mar 20, 2006
12:32 am
172
In my program I call setInterval('draw()',100); somewhere. How can I stop FFox from calling draw() after let's say 100 iterations or equivalently 10 seconds? ...
GD
gagancseiitk
Offline Send Email
Mar 20, 2006
3:12 pm
173
... clearInterval('draw()')...
Dave Hoover
redsquirreld...
Offline Send Email
Mar 20, 2006
3:20 pm
Messages 144 - 173 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