I'm just trying to verify that my understanding is accurate. Can anyone comment? 1. I remember Microsoft folks saying that IE would not support SVG SMIL...
Safari 5.1 doesn't seem to like javascript inside an SVG figure. For example, try this code. It works in IE9, FF, Opera, Chrome, but NOT in Safari. It just...
Good afternoon everyone; First of all I would like to thank your for creating such a resources for people like me to benefit from it. I am working on a small...
The fill property <http://www.w3.org/TR/SVG/painting.html#FillProperty> has rules to determine which points are in its shape. I would like a fill-rule that...
Hi! My Javascript function receives a String as a parameter. This String is a svg tag with several nodes as children. I want to parse it into a SVG and add it...
Hi all, I am the part of a project trying to produce accessible SVG. One of the things this involves is to add title elements to SVG elements like lines and ...
http://anfg.info/wp-content/plugins/akismet/rcccys.php?j2paegm=9hmje Ganesh Jothikumar %RND,2,10%% [Non-text portions of this message have been removed]...
For stand-alone SVG, I am trying to reposition an SVG element in the middle (or top or bottom) of the visible part of the screen, even after scrolling. For...
Hi, I thought Firefox 17 was going to have some great improvement in SVG support. I haven't tested it but I just tested version 18 and was appalled at how bad...
The is site using svg that works in Chrome and Safari, but half the lower series is cut off in Firefox and Opera. Can anyone suggest a way to fix it? ...
Observe the examples in http://cs.sru.edu/~ddailey/svg/A1.svg In all browsers but Firefox (where I've filed a bug report) and IE (which seems not to yet...
Dear SVG Community, As many of you probably noticed, SVG Open 2012 sort of morphed into "The Graphical Web 2012". I think it was a success. We had lots of...
This is the part of the script I use with SVG, no problem in FF or Chrome, the shape "chaco" changes its color to white, in IE it goes until alert("SVG...
I've tried without success to get external entities to work. For example, let's say I want to define "blue" in a shared file as #00247D and then, in multiple,...
Dear All, To my knowledge, a scalable font specifies the path to be traversed, to draw a font. Assume that I have the path specification for a font, how can I...
Went to evaluate the iPad mini. Excellent form factor, but crappy OS. Used below links for testing. 1. There is a SVG size bug when using HTML. See: ...
Hi all, I am trying to create an application that does the following. 1. The user is presented with a form where he can brows to a svg file on his computer. 2....
My brain stopped - please give me the code http://www.sst-svg.co.uk/movezup.svg - works http://www.sst-svg.co.uk/moveforeign.svg - does not !! Please have a...
Stop ogs left a message for you Only you can see the sender and content of your message, and you can delete it anytime. You can instantly reply using our...
In order to perform transform operations in script rather than doing it declaratively (whence the stack of transforms can become gnarly), I was thinking about...
We at Accelerated I/O have developed a way to create SVG sound, not just simply embedding audio in SVG. Our technology enables us to change any sensor data...
Hello svg developers, I have a problem with a pattern that has to have relative coordinates. At first, I used patternContentUnits = "objectBoundingBox" which...
I was writing a piece of SVG code and ran into the following issue: The animateTransform tag won't work (cannot start the animation) if the SVG isn't appended...
In the four examples at http://cs.sru.edu/~ddailey/svg/embedSVGfont1.html Here are the scores by browser for what I think should be proper display (if I...
Hi all, I was creating some accessible diagrams. I had a math teacher give me instructions for a simple mathematical diagram. She chose locating root 2 on "a...
I am trying to make sense out of the xml:id tag and its usage as an attribute definer. Reading the web doesn't offer anything but contradictions. It seems that...