Hey thanks, Michael. This is the first time I've seen these all in one place. I must remember to leave a trail for myself to find these again! Cheers David ...
65549
David Dailey
ddailey@...
Feb 24, 2012 12:19 pm
I haven't had a chance to look at your question at all and was glad to see Jake had some suggestions. Just anecdotally, I've noticed that a lot of things...
65550
jamesd
jcdeering1
Feb 24, 2012 6:19 pm
Transparent, but not effective....
65551
Diana
diana.perpignan
Feb 24, 2012 9:14 pm
I found out that the contentDocument is defined when using <object data ..> to embed the svg file in html5 in Safari. So my code actually worked in that...
65552
jujuvivi
Mar 2, 2012 7:51 pm
onbegin and onend events work great with IE9 and Firefox, but with Chrome 17, they are not fired. It has already been noted on this forum: ...
65553
Brian Birtles
brianskold
Mar 6, 2012 12:09 am
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 ...
65554
mitmutzumglueck@...
myflickraddress
Mar 7, 2012 2:13 am
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...
65555
Brian Birtles
brianskold
Mar 7, 2012 5:10 am
Hi Christian, I am unable to see the attachment. Perhaps you could copy the SVG file into your message? Or send a link to the file? Thanks, Brian...
65556
Jeff Schiller
jeff_schiller
Mar 7, 2012 5:17 am
Why are you mailing around a HTML file? :) Jeff ... [Non-text portions of this message have been removed]...
65557
Armin Mueller
armintemp
Mar 7, 2012 8:17 am
Hi Christian, some browser make problem when starting html files locally (mostly because of HttpRequest commands). Perhaps this is the problem with your SVG. ...
65558
Charles McCathieNevile
charlesmccn
Mar 7, 2012 11:05 am
On Wed, 07 Mar 2012 09:16:49 +0100, Armin Mueller <A.Mueller@...> ... Or in Opera just click on opera:config#UserPrefs|AllowFileXMLHttpRequest (Every...
65559
Armin Mueller
armintemp
Mar 7, 2012 12:32 pm
Hi Chaals, thank you for this information. Good to know Armin Von: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] Im Auftrag von...
65560
Jonathan Chetwynd
j.chetwynd...
Mar 8, 2012 1:01 pm
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,...
65561
th_w@...
th_w@ymail.com
Mar 8, 2012 1:36 pm
... Do you mean something like document.getElementById("myCanvas").setAttribute("style","visibility:hidden")...
65562
jamesd
jcdeering1
Mar 8, 2012 6:10 pm
... 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...
65564
honyk
j.tosovsky
Mar 11, 2012 9:10 pm
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...
65565
krugerboy1971
Mar 13, 2012 11:42 am
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. ...
65567
krugerboy1971
Mar 13, 2012 12:58 pm
David Many, many thanks - on a ratio of characters-of-code:hours saved, this is off the scale... Alan...
65568
jamesd
jcdeering1
Mar 13, 2012 8:46 pm
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...
65569
krugerboy1971
Mar 13, 2012 9:01 pm
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...
65570
krugerboy1971
Mar 13, 2012 9:18 pm
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...
65574
Jaydeep Tank
jaydeep_tank
Mar 14, 2012 12:31 am
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. ...
65575
Erik Dahlstrom
erida539
Mar 14, 2012 8:58 am
On Wed, 14 Mar 2012 00:00:04 +0100, Ed Beroset <beroset@...> ... The replacement in HTML5 is data-* attributes, see ...
65576
krugerboy1971
Mar 14, 2012 10:10 am
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...
65577
krugerboy1971
Mar 14, 2012 11:03 am
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...