Hi, ... Sure. You should call the following method: .setAttributeNS('http://www.w3.org/1999/xlink', 'href', '#dynamicpath'); Even though you write the...
Hi folks i finally found some time for programming and SVG again. just dropping by to say hi to everyone, and to let you know about my latest project. its an...
I really appeciate the quick response and assistance. I've been doing a lot of SVG the past few weeks, from dynamic pie charts to animated logos, but I didn't...
Hi, That code fragment looks good, although the DTD declaration and the <? xml?> processing instruction is superfluous. Best way to help you out from that...
Can't seem to work out how to get a simple animation to run again after altering attributes with javascript. I can make a circle jump from place to place. But...
Hi Roger, I'm afraid I'm not sure I understand your problem correctly. Are you using the SVG's built-in animation features (ie. <animate> elements, etc.) to...
Interesting article. I might back up and try following it exactly. But at the moment, I am resetting all the values. I've confirmed that the values are reset...
I'm trying a different approach now. With a transform attribute, translate(200,190) added to the group with one member - a circle - the circle appears at the...
Sorry - I copied the print out of one of my experiments. The translate method is attached to the group tag as follows. <?import namespace = svg urn =...
... It can't, given the animation is never started. If you use begin="indefinite", you have to make a call to .beginElement() to launch the animation,...
I got it running (after posting) with begin="" .... like before, it all works the first time. When I change values, it crashed on .beginElement() again ... so...
Have to say that I haven't used the Adobe SVG Viewer and MSIE for ages (running an Intel-based Mac), so I'm not sure I can help you out with the specifics...
It's really bugging me. Now I've got it working up to the point that it processes my first change the way it should. The second change and it's back to...
I have Opera 9.20. I tried installing 9.23 a couple of times, but each time I did, I immediately had all kinds of problems; especially running MSIE. It's about...
Hi all, does anybody know when will be possible to <use xlink:href="externalfile.svg#myid" /> ? In batik it seems to be already possibile, and I have read (on...
Hi John. ... You need to set setAttributeNS, as described here: http://jwatt.org/svg/authoring/ -- Cameron McCormack, http://mcc.id.au/ xmpp:heycam@......
Hi all, Opera announced the first public alpha for Opera 9.5, code-name Kestrel: http://www.opera.com/products/desktop/next/ It seems that Opera has been...
... I can provide some more details about the support in Opera 9.5. The 9.5 version adds to the SVG 1.1 support, as can be seen in the SVG support table at...
Erik Dahlström
ed@...
Sep 5, 2007 3:31 am
59236
... Jeff, since you read this mailing-list (at least I think you do) and ran those tests, could you highlight some of the 1.1 features that are new to Opera...
Antoine, It doesn't seem like any major new "features" per se, but many bug fixes. In particular, the following tests now pass in Opera 9.5 but did not pass...
Julien, I asked this question of the SVG Working Group over two months ago and it's been ignored: http://lists.w3.org/Archives/Public/www-svg/2007Jun/0032.html...
Hello everyone, I am still new to SVG, so this my seem like a basic question. I am trying to build a simple canvas for drawing lines and paths, but I would...
Dear Members, I am new to SVG. My intension is to create Taluk Maps of Tamilnadu (Tamilnadu is a State in INDIA) in SVG format. I have maps in GIF Format. I...