Hi, Folks- David pointed out a typo in my script offlist, and it does seem to work fine now... I shouldn't code on vacation... It should be: ani.setAttribute(...
63862
Minok
thomassmailus
Jun 18, 2010 2:59 pm
I'd do as you suggested. Look at the tables for standard features implemented fully. Pick the best browser to build on from that 'lowest common denominator39; -...
63863
Mark T
markstestacc...
Jun 19, 2010 4:36 am
<Disclaimer> Some or all of this may require corrective action. My apologies for any innacuracies. </Disclaimer> Yep, yep, & yep. There must be a subtlty I am...
63864
jcmoissinac
Jun 23, 2010 5:59 pm
Dear SVG fans, The SVG Open organization team would like to inform you of the latest news about the SVG Open 2010 Conference. Our apologies if you receive...
63865
Jonathan Chetwynd
signbrowser
Jun 24, 2010 5:51 pm
Should an element with display="none" take focus? It had been my assumption that whether using script to addEventListener or as in the the attached testcase,...
63866
Cameron Laird
Cameron_Laird
Jun 24, 2010 6:02 pm
On Thu, Jun 24, 2010 at 06:51:45PM +0100, Jonathan Chetwynd wrote: . . . ... . . . Display-focus is an issue with a long history beyond and before SVG. I like...
63867
Jonathan Chetwynd
signbrowser
Jun 24, 2010 7:29 pm
http://www.w3.org/TR/SVG/interact.html#PointerEventsProperty ... property on that element or one of its ancestors has a value of none), that element cannot be...
63868
Julien Beghin
minimoi1234
Jun 25, 2010 1:25 pm
Hello to all... (and happy summer ^^) Im working on a project using Batik and dealing with SVG ! One part of this project consists in a kind of color inversion...
63869
bruce
brucerindahl
Jun 26, 2010 2:49 pm
I see the deadline has passed. How many entries came in? When will the results be announced?...
63870
ddailey
ddailey@...
Jun 27, 2010 1:35 am
I am not sure I understand quite what you are trying to do but have you considered using filters? I'd suggest looking at ...
63871
Ruth Lang
ruthlang2002
Jun 28, 2010 7:34 am
Hi, Made a web mapping example where I did some SMIL animation (sorry in German): http://www.heideflaechenverein.de/freizeit/heidepfad/mappetizer/index.html ...
63872
Julien Beghin
minimoi1234
Jun 28, 2010 12:44 pm
Hi david, and thanks for the link. I had a look at this and first tried to find a matrix filter, but couldn't managed to do exactly what I wanted. Some other...
63873
Jacob Beard
jbeard4@...
Jun 30, 2010 11:44 am
Hi, I'm wondering if anyone knows of a good library that can as input some kind of abstract graph representation (something like dot or GraphML), and produce...
63874
Jacob Beard
jbeard4@...
Jun 30, 2010 11:44 am
Hi, First, my apologies if you've received this email before. I sent it to the list a few days ago, but it doesn't look like it was accepted, for whatever...
63875
ddailey
ddailey@...
Jun 30, 2010 12:07 pm
Perhaps take a look at http://granite.sru.edu/dailey09/grapher.html as described in ...
63876
Jacob Beard
jbeard4@...
Jun 30, 2010 12:24 pm
Hi David, Thanks for the quick reply! I attended your presentation, and so Grapher was actually one of the first places I thought to look. What was not clear...
63877
ddailey
ddailey@...
Jun 30, 2010 2:10 pm
Hi Jake, No Grapher doesn't have that implemented. Now that I see your email address at McGill, I now remember that you were at that presentation and our ...
63878
Jacob Beard
jbeard4@...
Jun 30, 2010 2:41 pm
Hi David, The thing is, one of the former Master's students at my lab wrote his thesis on graph layout for Domain-Specific Modelling: ...
63879
david.bellot
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...
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
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
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
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
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
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
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@...
Jul 4, 2010 8:45 pm
I think I have even used something like <animate attributeName="xlink:href" values=" 'f1.jpg39;; 'f2.jpg39;; 'f3.jpg39; " dur="3" repeatCount="indefinite" /> without...
63888
th_w@...
th_w@ymail.com
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
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
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...