Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

svg-developers · SVG Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 8774
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 346 - 375 of 66120   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
346 Ric Wright
riwright@... Send Email
Sep 6, 2000
4:05 pm
Adobe's LiveMotion will support SVG animation. It is not yet released, but will be released with complete support for LiveMotion via declarative animation...
347 Ray Pierce
raycks@... Send Email
Sep 6, 2000
4:25 pm
... from ... Yes, 'tis very useful , thanks. Figures it would be in that blind spot right in front of my face... ;>0...
348 Harrell, Wade
wade@... Send Email
Sep 7, 2000
2:24 pm
I'll just jump right in to the question; is it possible to move an element from one SVG document to another? Here is the JavaScript I tried to use first: ...
349 Harrell, Wade
wade@... Send Email
Sep 7, 2000
3:30 pm
Aside from Jon Ferraiolo and Chris Lilley (hi guys!) are any of the other authors of the spec on this list? I've been spending quite a bit of time with the...
350 Sean@... Send Email Sep 7, 2000
4:14 pm
Does anyone know if there is a way to disable the "Save SVG as" option?...
351 Jon Ferraiolo
jferraio@... Send Email
Sep 7, 2000
4:33 pm
Wade, I only glanced through your email, so my response may be half-baked. Would it help if you put your cloned object into a temporary DocumentFragment before...
352 Jon Ferraiolo
jferraio@... Send Email
Sep 7, 2000
4:35 pm
Do you want to do this for intellectual property protection reasons? Jon...
353 Sean@... Send Email Sep 7, 2000
4:46 pm
... wrote: Yes. My company is based on vectored artwork and we do not want the templates to be distributed. I guess for the above reason, the View source and...
354 vincent_dolan@... Send Email Sep 7, 2000
9:06 pm
So how do you folks in the svg community pronounce svg? Is it pronounced "S-V-G" or "SaVaGe"?...
355 Harrell, Wade
wade@... Send Email
Sep 7, 2000
9:10 pm
i do "S-V-G" Wade Harrell * Wade.Harrell@... Sr Content Engineer * Iguana Studios Inc vox:212.209.1380 * fax:212.243.6506 16 W 19th * 10th Floor ...
356 ljruell@... Send Email Sep 7, 2000
9:28 pm
... Do people REALLY say SaVaGe? I came to SVG from Flash, and being a fairly mellow low-key kinda guy, I've always gotten a little red in the face when I had...
357 Harrell, Wade
wade@... Send Email
Sep 7, 2000
9:31 pm
Jon, I tried working with createDocumentFragment() but had the same results. It seems that even a DocumentFragment needs to have an ownerDocument. My problem...
358 Chris Lilley
chris@... Send Email
Sep 7, 2000
9:34 pm
... SauVaGe, en Français bien sur. -- Chris...
359 Andrew D. Bagdanov
andrew@... Send Email
Sep 7, 2000
10:08 pm
Hello all, I might be able to figure this out myself, but it's late, I'm tired, and it's just easier to fire this message off right now and pickup the problem...
360 dr. stefan goessner
stefan.goessner@... Send Email
Sep 7, 2000
10:46 pm
i agree to wade .. ... DHTML was also a term for "excessive browser sniffing", as one browser comes with 'layers&#39;, while the other was holding up its 'all ...
361 Peter Sorotokin
sorotokin@... Send Email
Sep 7, 2000
11:40 pm
... the ... Java ... The only way I see it can be done is by giving embed some dummy document as a source (it should contain "<svg></svg>"), getting SVG...
362 Peter Sorotokin
sorotokin@... Send Email
Sep 7, 2000
11:53 pm
I don't think it is possible with Adobe SVG plug-in. I think there is some importNode method that supposed to do this but it is not implemented yet. For now,...
363 Jon Ferraiolo
jferraio@... Send Email
Sep 8, 2000
12:33 am
In the SVG working group, we all say ess - vee - gee. No one says "savage" nor "sauvage", although it is pretty clear why the Savage Software guys might lobby...
364 Anton Shevchenko
sanc0der@... Send Email
Sep 8, 2000
6:59 am
In the DOM3 there will be Node::adoptNode method to allow moving a node form one document to another. But as spec says it can fail across the implementations. ...
365 Tobias Reif
tobiasreif@... Send Email
Sep 8, 2000
3:08 pm
Hi! ... somehow, both URLs didn't work. Here's the spec: http://www.ecma.ch/ecma1/stand/ecma-262.htm ===== Tobias Reif http://www.pinkjuice.com/svg/...
366 Harrell, Wade
wade@... Send Email
Sep 8, 2000
4:07 pm
Thanks Peter..... I think this is the only way to go about things now.... So I'm going to build a simple version that only works for a single element (not...
367 dr. stefan goessner
stefan.goessner@... Send Email
Sep 8, 2000
4:27 pm
tobias, .. i have no problems with these urls. your spec url links to version 3, we are talking about version 4. try again .. stefan goessner ... ...
368 Alexander J. Vincent
ajvincent@... Send Email
Sep 8, 2000
5:48 pm
... I've always thought S-V-G -- although now that I think about it, it could apply to Savage (as in Savage Garden: ) "ooh i want you i don't know if i need...
369 ggersten@... Send Email Sep 8, 2000
6:08 pm
Wade: Your reasoning on all of this is sound, but I think you're trying too hard to find a global function to solve the problem. For example, even if you use...
370 Harrell, Wade
wade@... Send Email
Sep 8, 2000
7:06 pm
Glen, I agree with your point about the efficiency of using known elements and attributes. Ultimately though I would like to create a generic function that...
371 Harrell, Wade
wade@... Send Email
Sep 8, 2000
7:52 pm
I have completed the demo.... and it works!!!! http://www.iguanastudios.com/rnd/svg/clone3to1/ I am able to copy individual elements from one SVG document to...
372 dr. stefan goessner
stefan.goessner@... Send Email
Sep 8, 2000
9:18 pm
congrats wade, looks good, i will think about, what else one can do with that trick. (mustn't it also work with 'object&#39; instead of 'embed&#39; ?) stefan goessner ...
373 mikeri@... Send Email Sep 8, 2000
9:29 pm
Jon: Thanks for the reply! Sorry it took so long to get back here -- another project had me tied up for the last couple of days. Basically what I'm trying to...
374 mikeri@... Send Email Sep 8, 2000
9:32 pm
Folks: Does anyone know if the 'marker&#39; type is not supported in the Adobe Plug-in? I've even tried the w3c standards example and it does not show the 'marker&#39;...
375 mikeri@... Send Email Sep 8, 2000
9:41 pm
Folks: Is it possible in SVG to change the coordinate system from positive x to the right and positive y down to positive x to the right and poitive y up -- so...
Messages 346 - 375 of 66120   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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