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.

Messages

  Messages Help
Advanced
Messages 216 - 246 of 396   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
216
I'm fairly new (as in about an hour) to the canvas... I've done extensive 2D work mainly in windows but have long been looking for a suitable web browser based...
Adam Versteegen
adamvesty
Offline Send Email
May 2, 2006
6:07 pm
217
... In general I think it would be hard to do this in pure javascript, there is a lot of math going on. I've needed something very similar for a dynamic SVG...
Chris Nokleberg
chris_nokleberg
Offline Send Email
May 2, 2006
6:21 pm
218
... Not sure if that would work for me... I'm looking to create an in browser drawing application that would need the ability to draw lines as explained above....
adamvesty
Offline Send Email
May 2, 2006
7:37 pm
219
Howdy, I've been working on improving and optimizing the <canvas> support for Firefox 2; I've put up a build with the latest patches at ...
Vladimir Vukicevic
vvukicevic
Offline Send Email
May 4, 2006
12:31 am
220
Hi Vladimir, Looks great! I notice some improvement in drawing, but there is still the problem i mentioned before of some overheard during drawing when you...
Ram Yalamanchili
firstoneonsun
Online Now Send Email
May 4, 2006
10:52 pm
221
Hi Ram, Thanks for giving the build a shot.. some comments below. ... Do you have a test case/benchmark for this? Based on your earlier email, the main thing...
Vladimir Vukicevic
vvukicevic
Offline Send Email
May 5, 2006
2:20 am
222
http://www.aflax.org/wordpress/?p=27 "AFLAX.Canvas is a cross-browser, cross-platform "canvas" tag that degrades. That is, if running on FireFox or Safari it...
Manish Jethani
manish_jethani
Offline Send Email
May 5, 2006
8:43 am
223
Is there any functionality to save the canvas as an image? Or any workarounds for that matter? please copy wulabscanvas@... in your response, thanks!...
wulabscanvas
Offline Send Email
May 17, 2006
7:19 am
224
On Wed, 17 May 2006 09:17:41 +0200, wulabscanvas <wulabscanvas@...> ... You can use the toDataURI method present on the HTMLCanvasElement to get an image...
Arve Bersvendsen
yrandomtox
Offline Send Email
May 24, 2006
12:15 pm
225
I've written a basic OO widgit framework for the for canvas and reimplemented most of CanvasPainter to make use of it. This framework contains most of the...
Rafael Robayna
ecocentrikguy
Offline Send Email
May 31, 2006
4:02 pm
226
This is very nice! I look forward to seeing the tutorial. Canvas is got a ways to go before it hits its "tipping point" but its things like this that push it...
Andrew
triptych999
Offline Send Email
Jun 1, 2006
9:55 pm
227
http://excanvas.sourceforge.net/ I'm curious if folks are adopting this code into their own projects and what they think of it. Does it do everything it needs...
Andrew
triptych999
Offline Send Email
Jun 1, 2006
10:33 pm
228
http://webfx.eae.net/dhtml/chart/chart.html Uses canvas + CanvasExplorer , svg, dhtml. Very cool!...
Andrew
triptych999
Offline Send Email
Jun 4, 2006
8:41 am
229
Hello all. I'm playing around with canvas for the first time and I'm having trouble getting drawWindow to work with a hidden iframe. The docs suggest this...
samtregar
Offline Send Email
Jun 4, 2006
9:38 pm
230
I believe display: none causes the frames not to be generated by the browser. You might try visibility: hidden, and you can also absolutely position the...
Andrew
triptych999
Offline Send Email
Jun 4, 2006
11:51 pm
232
Online info: ONLINE COVERAGE IDG News Service, YAHOO! EMAIL UNDER WORM ATTACK, WARNS SYMANTEC, by Jeremy Kirk: The worm, which Symantec calls JS.Yamanner@m, is...
Andrew
triptych999
Offline Send Email
Jun 13, 2006
2:12 am
233
Yahoo has stripped the malicious attachment so do not panic if you did open the email. This event does raise the issue of allowing tags (like canvas) in ...
David Curran
iamreddave
Offline Send Email
Jun 13, 2006
10:45 am
234
anybody know how to test for canvas support in javascript? thanks, _p...
polypus
Offline Send Email
Jun 14, 2006
3:33 am
235
var canvas = document.getElementById("your_canvas_id"); if(canvas.getContext) { //the browser has canvas support } ...
Rafael Robayna
ecocentrikguy
Offline Send Email
Jun 14, 2006
7:59 am
236
On Wed, 14 Jun 2006 09:57:44 +0200, Rafael Robayna <rrobayna@...> wrote: [Checking for the existence of canvas] ... I would rather test if the rendering...
Arve Bersvendsen
yrandomtox
Offline Send Email
Jun 14, 2006
8:38 am
237
Here's a new site that I just brought into production: http://polyhedra.org/ It uses AJAX to load 3-d geometry, Javascript to do 3-d coordinate ...
magenta_tapir
Offline Send Email
Jun 14, 2006
3:00 pm
238
thanks guys, ... good enough a reason because that's what i'm doing. thanks, _c Send instant messages to your online friends http://uk.messenger.yahoo.com...
polypus
Offline Send Email
Jun 14, 2006
3:05 pm
239
hi, nice job. i do have some user interface suggestions though. if you care to hear them just contact me off list. regards, _c ... Send instant messages to...
polypus
Offline Send Email
Jun 14, 2006
3:18 pm
240
hi, here's what i need to do, in the most boiled down terms possible. dynamically create a canvas, scale the context to the dimensions of the canvas so that...
polypus
Offline Send Email
Jun 15, 2006
2:14 am
241
... You need to redraw it each time; there's no way to retain the vector-level paths for the canvas. The way you're doing it looks fine. ... The default size...
Vladimir Vukicevic
vvukicevic
Offline Send Email
Jun 15, 2006
2:51 am
242
hi, just wondering if anybody here has any experience with googles canvas lib, specifically it's performance? i also notice that there has been some...
polypus
Offline Send Email
Jun 15, 2006
6:43 pm
243
... ok thanks. ... do you mean replace all these four lines? cvs.setAttribute('width', dim); cvs.style.height = dim + 'px'; cvs.setAttribute('height', dim); ...
polypus
Offline Send Email
Jun 15, 2006
7:02 pm
244
... I use it at http://polyhedra.org/ the 3-d models work on IE, but they are slower than I'd like. I think that my site beats on the canvas element pretty...
Paul A Houle
magenta_tapir
Offline Send Email
Jun 15, 2006
8:32 pm
245
I've been hearing about there being a prototype spec for a 3d context for canvas. Any opera or firefox folks around that might provide links? I would love to...
Andrew
triptych999
Offline Send Email
Jun 15, 2006
8:41 pm
246
... For now, the Opera and Firefox incantations of this are pretty different; I'm going after a more low-level approach in Firefox, providing something very...
Vladimir Vukicevic
vvukicevic
Offline Send Email
Jun 15, 2006
9:23 pm
Messages 216 - 246 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