Hi, I'm trying to write a text along a path, but even when using the documentation, it still won't work. here is what I have done: <defs > <path id="Path_1"...
Hi Ori, ... Indeed. You're missing a <textPath xlink:href="#Path_1"> element within your <text> element: <text style="writing-mode: lr; font: Verdana;...
Thanks Antoine, It now prints along the path, But now it seems like the SVG displays only the last digit I print ("e") and not all the text it should ...
Hi, ... I get the last three characters "cde" because the path is too short. If you want all your text to display you should lengthen your path. Antoine -- ...
... Hmmm, yes, there are XML databases but I don't think that their internal storage is in XML. At least the indices usually are not (but I haven't looked at...
Hi, ... Sorry, I spoke too quick. The problem stems from having "text-anchor: middle" which will start printing your string at the origin of the path starting...
I create an SVG pie chart using XSLT from an XML file. I want to place percentages next to the slices of the pie, and I tried two rotations to achieve this....
Can anyone send me a link or give me an example where you can use a html form on a page with an embeded svg and control it. I beleave getelementbyId is one of...
Hi, I have a map in svg. when someone clicks(on florida for example). I want to show details for that state dynamically. I was able to do this. but can I zoom...
Declarative (or JavaScripted) animations are not necessarily slow--but if you have applied lots of filter effects for example, they may currently render...
Paul: This is pretty cool idea! Developing XSLT-sheets that could transform XML-data into charts at run-time, which eliminate the need to write any ASP/JSP...
... Hi Patrick, Yes, you can embed an <svg> tag within another <svg> tag and it works in ASV. Maybe the Corel people can confirm this also works with their...
Ronan Oger
ronan@...
Jan 3, 2003 6:22 am
25571
clarification: I think Michael means: Declarative (SMIL-based) or alternatively Javascripted (Script-based) animations are not necessarily slow. Ronan...
Ronan Oger
ronan@...
Jan 3, 2003 7:04 am
25572
This might help you, this is how you get the embedded SVG Document in a HTML page. Its a dial I made a while back which you change by entering data into a form...
... a ... make ... I think IE on Win and NN4 and some Netscape 6 versions allow the HTML document to script the embedded SVG document, with other browsers that...
Hi *, I have the following problem: How can one trigger the script-engine to work with a new loaded code? I load code dynamically into an svg file; an svg part...
I'm creating a link as part of a text element in javascript. The linke isn't working and I'm not sure if I need to create it a different way...Help! var...
... I can't get this to work. With which attribute of the SVG tag will you refer to the external SVG document? xml:base ? xlink:href? ... I was also thinking...
I know that this is an OT question, but is anyone aware of how I could put the ASV 3.0 for Macintosh on a CD, which will be created on a windows PC? I've had...
... could put ... windows PC? ... after I ... If you burn the disk in ISO-9660 format it will be readable on a Mac (that is actually OS X's default now). Jon...
Hi All, We've recently placed an application our one of our websites that uses SVG (and the Adobe SVG viewer) as a basic GIS interface. Please try it out and...
Hi Shelly. I think you have to add the newnode as a child of the elmLink, and not the elmLink as a child of the newNode You do the reverse here. Regards Felipe...
Hello All, and a Happy New Year to everyone! My newest nut to crack involves an animation where a <g> group should move along an <mpath>. For a simple element,...
Hi Martin, Nothing better than an animation challenge to start the day! ... Argh, I think what you are looking for is <animateTransform>, check out below! ...
Hello, again! ... Ah, merveilleux! That's it! Many thanks for the prompt solution (and on Saturday afternoon, too)! Sometimes I think SVG has just too many...