Hi Vincent, ... Yes, this appears to be unsupported in current WebKit browsers. Opera and Firefox support it. IE does not support SVG Animation so it will not ...
Hello, I am just new in the group because I am currently starting my first SVG web page. It should run not only by web access but also locally in a web...
Hi Christian, some browser make problem when starting html files locally (mostly because of HttpRequest commands). Perhaps this is the problem with your SVG. ...
On Wed, 07 Mar 2012 09:16:49 +0100, Armin Mueller <A.Mueller@...> ... Or in Opera just click on opera:config#UserPrefs|AllowFileXMLHttpRequest (Every...
Hi Chaals, thank you for this information. Good to know Armin Von: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] Im Auftrag von...
the workaround is to set the canvas opacity to 0 for each pixel however is there a standards reason that: doc.getElementById("myCanvas").setElementByIdNS(null,...
... Perhaps that gentleman is financially embarrassed at the moment and places that provide free hosting such as Google+ are so mired in the twentieth century...
65563
David Dailey
ddailey@...
Mar 8, 2012 9:32 pm
See http://cs.sru.edu/~ddailey/svg/V1.svg This represents two Venn diagrams illustrating the additive and subtractive color models. (using 3 circles rather...
Dear All, I am facing a weird issue with the 'text on path' SVG feature. I want to achieve the same angles (acc. to Y axis) at which the right/left texts...
I've got an HTML document with some inline SVG <svg id="mapWindow" xmlns="http://www.w3.org/2000/svg" viewBox="79895.9 -55.7449 664697 664697"> <g...
65566
David Dailey
ddailey@...
Mar 13, 2012 12:52 pm
For IE9 (and presumably IE10 as well), the HTML document has to have the HTML5 doctype declaration: <!DOCTYPE html>. It should work just fine after that. ...
I am building a ecommerce site and have a problem with resizing an image. I have a link to expand a print image to full size screen. I would like to have a...
The plot thickens - i.e. this seems nuts - even with David's Doctype suggestion, I can't determine a cross-browser method of retrieving an attribute with a...
James is the SVG embedded in an HTML page somehow or is it windowed on its own? If it's embedded, then should be easy to calculate retrieving the svg tag...
65571
David Dailey
ddailey@...
Mar 13, 2012 10:12 pm
Hi Alan, My own experiments with HTML5 as a container for SVG persuade me that it's not quite ready for prime time yet. HTML5 has some good ideas but hasn't...
65572
Ed Beroset
beroset@...
Mar 13, 2012 10:30 pm
... I don't know if it's obvious or even useful, but I played with this a bit and read a bit and determined that if you use the line: var...
65573
Ed Beroset
beroset@...
Mar 13, 2012 11:00 pm
... Unfortunately, the HTML5 spec says "The HTML syntax does not support namespace declarations, even in foreign elements." See the full text with an example...
Hi All, I am changing mouse pointer (move and crosshair) for SVG at run time using JavaScript. It works fine in Chrome and Firefox, but not working in IE9. ...
Thanks Ed/Erik for expanding on this - I hadn't appreciated this being an issue at all - namespaces in HTML are deprecated. Without testing it, I'd hazard a...
Actually - just been checking here http://caniuse.com/#feat=dataset And it seems pretty good browser support for data-* - as long as 'partial support' in IE...
From the caniuse.com page: "Note: All browsers can already use data-* attributes and access them using getAttribute. "Supported" refers to accessing the values...
Yes, good spot Erik - just tested with IE9 and working nicely. I think that gives me a solution for cross-browser, inline SVG with custom attributes. Thanks to...
65580
Ed Beroset
beroset@...
Mar 14, 2012 11:25 pm
... Thanks for bringing an interesting, well-formulated question. I learned some things, too. Ed...
Hi, I don't know. But I have noticed in Delphi that you need to move the mouse cursor in order to change the mouse cursor. I don't know if it is the same in...