Hello SVG-Folks, This is just a last call to attend this year's SVG Open including some more detailed information on the location, the dinner-event and the...
Dear list, say I have a path: <path d="M 1 2 C 3 4 5 6 7 8" /> i.e. 4 curve points. Please, how do I change the position of a point? In Javascript? One way is...
If I have a proper svg file drawing one line saved as a .svg file, it draws (in firefox3), but rename it .html it does not. Is this "as designed"? Here is...
... it draws (in firefox3), but rename it .html�it does not. Is this "as designed"? ... SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg ...
Hi, Owen- ... As Robert described, it will render in some browsers if you use the ".xhtml" extension. The SVG spec recommends the use of the ".svg" extension,...
Excellent question: after hitting "send" I realized that the real situation is "I need to integrate svg into html" ... and I am having problems with that. ...
"Thomas Steiner" wrote: [] ... [] ... onload="start(evt)" > ... That seems to work. ... welcome! You need an environment that is capable of interpreting the...
I am just looking at SVG for the first time and would like to know if it is possible for a SVG object to include or refer to other pre- existing SVG...
I figured it out - if anyone else is interested this works. J <defs> <symbol id="circle"> <text x="10" y="90" font-size="20px">◎</text> </symbol> ...
Hi folks, I would like to announce that the second version of the calculus courseware Math Animated has been released (three years after the first). Here are...
Jerrold, attached testcase that wfm in Mozilla and Batik, are you using either? had you considered raising bugs with Safari and Opera? regards Jonathan...
Sam, It's great to see SVG being used in an educational setting, congratulations. had you considered Opera and Safari? did you consider accessibility when...
Okay, I see it will only run in a browser :( Just to give you a little update, find my current sun path diagram attached. If you have any hints, please let me...
Hey, See the function SVGPathSegList.replaceItem : http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegList This is what you need. cheers ... [Non-text...
... Let's say you have a javascript variable 'path' which is a pointer to the path element. Then by calling var moveto = path.pathSegList.getItem(0); you can...
Two (?) comments: 1. The SVG 1.2 Working Draft has something called "vector effects" (see http://www.w3.org/TR/2004/WD-SVG12-20041027/vectoreffects.html ) that...
ddailey
ddailey@...
Aug 5, 2008 8:33 pm
60914
... Yep. You can include svg in other svg elements, you can use the defs element to define a fragment and then use the use element to include that fragment in...
On Sun, 03 Aug 2008 22:29:24 +0200, cwflamont ... Yes there is, but only if you want to have the same number of points. Then you can use animation: <path d="M...
Hi, In a SVG to Java2D converting task, I want to be able to access the original SVG Node id attribute, from the Batik GraphicsNode (ShapeNode, etc). My...
Hello, I want to access the ASV context menu built-in functions using script. But the SVG wiki says: "It is not possible in ASV3 to access the built-in...
Pedro, this is one example: https://mathanimated.com/free1/general/tutorial/pythagoras.svg as mentioned to the author, there is no keyboard accessibility ...
Hi Jonathan, Thanks! All my SVG files run on Opera, and part on Safari. My problem is that I need also MathML support, and for the moment the only choice is...