Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers

Group Information

  • Members: 5417
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 63879 - 63908 of 65539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
63879 david.bellot Offline Send Email Jul 2, 2010
12:29 pm
Hi, I'm working on a new version of SVG-cards (http://david.bellot.free.fr/svg-cards) and I would like to do the following: I would like to define a first...
63880 Mark T
markstestacc... Offline Send Email
Jul 3, 2010
5:12 am
Going from the simple to the less-simple... *) An svg can contain an svg. Though this may be looking a bit clumsy from a simple structure point of reading...
63881 David Bellot
david.bellot Offline Send Email
Jul 3, 2010
5:29 am
So I was not too far from the solution. Apparently the idea is to use <svg> into <svg>. I cannot assume it's will be used by a browser. In fact the first...
63882 sabistonb Offline Send Email Jul 3, 2010
3:31 pm
Hello, I've got a bunch of simple Flash files -- they are nothing but bitmap tags shown in sequence at a specified frame rate. I would like to convert them to...
63883 th_w@...
th_w@ymail.com Offline Send Email
Jul 3, 2010
5:24 pm
Hi, here is a small demo: http://wwwpub.zih.tu-dresden.de/~s9783698/svg_movie/movie.xml But this could as well be done in pure HTML: ...
63884 th_w@...
th_w@ymail.com Offline Send Email
Jul 3, 2010
5:50 pm
... By the way, I realized it's also possible and more elegant using SMIL: http://wwwpub.zih.tu-dresden.de/~s9783698/svg_movie/smil.xml Unfortunately that's...
63885 sabistonb Offline Send Email Jul 3, 2010
8:37 pm
Thanks! Yes, after I looked into it I saw that what I want is so simple that it can be done without getting into a special file format. But it is good to...
63886 Charles McCathieNevile
charlesmccn Offline Send Email
Jul 4, 2010
6:53 pm
... Yeah, either way works. You could also use SMIL animation: <image xl:href-"frame0.png" id="fancyMovie"> <set attributeName="xl:href" to="frame1.png"...
63887 ddailey
ddailey@... Send Email
Jul 4, 2010
8:45 pm
I think I have even used something like <animate attributeName="xlink:href" values=" 'f1.jpg'; 'f2.jpg'; 'f3.jpg' " dur="3" repeatCount="indefinite" /> without...
63888 th_w@...
th_w@ymail.com Offline Send Email
Jul 5, 2010
6:41 am
... Yes, that's my third example: http://wwwpub.zih.tu-dresden.de/~s9783698/svg_movie/smil.xml I think the advantage of this solution over the JavaScript...
63889 Holger Jeromin
holger.jeromin Offline Send Email
Jul 5, 2010
10:58 am
... <svg> in <svg> works perfect in all browsers (ASV, Firefox, Opera, IE9, safari, mobile safari, opera mobile). My application uses more than 50 <svg>...
63890 David Bellot
david.bellot Offline Send Email
Jul 5, 2010
12:27 pm
so for example, if I make something like <defs> <g id="parent_object"> <svg> bla bla bla </svg> </g> <g id="child_object"> <use...
63891 Mark T
markstestacc... Offline Send Email
Jul 6, 2010
9:50 am
Hi David, SVG is 'a modularized language for describing two-dimensional vector and mixed vector/raster graphics in XML'. It can effect change in a document a...
63892 Mark T
markstestacc... Offline Send Email
Jul 7, 2010
8:46 am
Having explored an SVG document with Firebug you may still have the same questions. Understandable! Are you trying to form a web site or an svg file? A web...
63893 David Bellot
david.bellot Offline Send Email
Jul 7, 2010
8:56 am
No just a svg file. Like the one I already did for SVG-cards but I want to make it more modular now, and re-exploit objects as much as possible. My problem is...
63894 Cameron Laird
Cameron_Laird Offline Send Email
Jul 7, 2010
7:43 pm
Has anyone written about audio-to-accompany SMIL animation, or, more gen- erally, what is the technical status of SVG's ability to compete with Flash-based...
63895 ddailey
ddailey@... Send Email
Jul 7, 2010
8:18 pm
I have just installed Firefox 4.0 Beta and am very pleased with its support for SVG's SMIL animation. Sure, there are a few things here and there that don't...
63896 simonshutter Offline Send Email Jul 7, 2010
9:16 pm
Hi Folks, I haven't been around for a while but I was wondering who, if anyone, is responsible for keeping the W3C's web pages up to date? The last news item...
63897 Doug Schepers
d_a_schepers Offline Send Email
Jul 7, 2010
9:22 pm
Hi, Simon- ... I suppose I am guilty. It's a good point... I've been busy elsewhere, but I think I should prioritize this. Any suggestions about how to ...
63898 simonshutter Offline Send Email Jul 7, 2010
9:42 pm
Hey Doug, If you could find time each month to add one SVG-related piece of news eg. browser support, relationship to other standards (HTML5), etc. then I...
63899 Erik Dahlstrom
erida539 Offline Send Email
Jul 8, 2010
8:31 am
On Wed, 07 Jul 2010 21:41:53 +0200, Cameron Laird <claird@...> ... That example could easily be done (fully declaratively) in SVG Tiny 1.2, or...
63900 Mark juszczec
juszczec Offline Send Email
Jul 8, 2010
11:35 pm
Hello I’m new to SVG and have a little problem. When I run, I get the following message The attribute "style" represents an invalid CSS declaration ...
63901 peasthope@...
pleasthope Offline Send Email
Jul 8, 2010
11:39 pm
From: simonshutter <simon@...> Date: Wed, 07 Jul 2010 21:38:10 +0000 ... Or at least submit contributions and suggestions? ... Peter E. -- Carnot is...
63902 Jon Ferraiolo
jon_ferraiolo Offline Send Email
Jul 9, 2010
12:22 am
I am out of the office until 07/09/2010. Note: This is an automated response to your message "[svg-developers] numbers in scientific notation" sent on 7/8/10...
63903 Erik Dahlstrom
erida539 Offline Send Email
Jul 9, 2010
9:09 am
On Thu, 08 Jul 2010 13:26:51 +0200, Mark juszczec ... Yes, CSS doesn't support scientific notation. You will have to put those values in attributes instead....
63904 Mark T
markstestacc... Offline Send Email
Jul 9, 2010
10:46 am
Hi David, Which editor are you using? Would layers in Inkscape be applicable? MarkT [Non-text portions of this message have been removed]...
63905 David Bellot
david.bellot Offline Send Email
Jul 9, 2010
11:24 am
I don't use an editor for making my files. OK, in fact I use Inkscape and Illustrator to design the objects, then I just go through a text editor to make to...
63906 juszczec Offline Send Email Jul 9, 2010
3:15 pm
... Thanks very much for the info. Can you describe how put the values in attributes or point me to some examples? Mark...
63907 Doug Schepers
d_a_schepers Offline Send Email
Jul 11, 2010
7:54 am
Hi, Simon, Peter (whoah, having Catholic-school flashbacks!)- I've redesigned the SVG WG homepage, which I've been meaning to do for a while, and I hope it's...
63908 simonshutter Offline Send Email Jul 13, 2010
5:34 pm
Hi Doug, I think it's a definite improvement but I haven't been too active the past year so not sure what else needs to be highlighted. The important thing is...
Messages 63879 - 63908 of 65539   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