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, Firefox 19 (isn't this still in beta), well the last one I tested a couple of days ago, has a bug related to height, width and viewBox. This results in...
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...
66020
Yang Zhang
yanghatespam@...
Jan 30, 2013 10:49 pm
Would greatly appreciate any leads on this question that I posted to SO a while ago: ...
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]...
... Looked like spam to me. Anyone bother to open it? ____________________________________________________________ I must be travelling, Jason tc+ ?23 ?mgt mt...
... You mean like document.elementFromPoint( x, y ) http://dev.w3.org/csswg/cssom-view/#widl-Document-elementFromPoint-Element-float-x-float-y Best regards ...
Hi I have looked every where for correct use of "getElementById" but cannot see what I am doing wrong !! Please have a look at...
66026
yannick.bochatay@...
Feb 1, 2013 5:48 pm
Hi, just put your code at the end or wrap it in an "onload" function. Cheers, Yannick ... De: "PETER" <nospam@...> À: svg-developers@yahoogroups.com...
Thanks Yannick Should have thought of that - have had similar problems before Pete (Northolt UK)...
66028
Ed Beroset
beroset@...
Feb 1, 2013 7:21 pm
... It's returning null because the vars the SVG is not rendered at the point at which the vars are being assigned. There are a number of ways you could solve...
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 ...
... - Select the element you want to add a title to. - Press Ctrl+Shift+x to open the XML editor. - Click the button "New element node" - Enter "svg:title" for...
Hi Thomas, Yes, this is exactly what I was looking for. <smile The people creating the diagrams do not know XML so a generic XML editor is not an option. Many...
... Another approach is to select the object then press CTRL-SHIFT-O to bring up the Object Properties dialogue. There is a field in there for Title; you have...
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, the best advice I can give is : always trust what Robert says. It works with the transform attribute : $('rect39;).attr('transform39;, "translate("+...
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...
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...
66043
David Dailey
ddailey@...
Feb 28, 2013 5:19 pm
I think you'll need to show an example. Though Safari seems to lag behind all other browsers in its SVG support , script, most of the time does work in Safari....
66044
David Dailey
ddailey@...
Feb 28, 2013 5:29 pm
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...
hello I have an asp.net page which contains auto generated svg shapes. shape is always a rectangle which is filled in gray and 20 color lines as stripes cover...