Hi, I'm currently struggling on how to calculate the mouse click event from the browser to the viewport coordinates of my inline svg. Somewhere in my XHTML...
Markus Fischer
markus@...
May 1, 2006 12:23 pm
55568
Hi all- I have an SVG element within my SVG document, which contains other elements, thus: <svg id="SVGDoc" ...> <circle cx="20" cy="30" r="5" /> *<svg...
Instead of using an embed or object tag, I'm looking at inlining the SVG in the page. While events such as onlick, onmousedown, oncontextmenu, etc can only be...
Have you tried setting .innerHTML explicitly? If setting innerHTML does indeed work, and the DOM calls properly modify innerHTML (but don't update the...
Hi, in modern SVG viewers you can use the .getScreenCTM() method which gives you back a matrix that you can apply to an SVG point. This works fine in Opera9,...
... Hash: SHA1 Hi, ... So the SVGPoint returned by calcCoord() x and y properties contain the values inside the SVG canvas? Sorry for this maybe rather dumb...
Markus Fischer
markus@...
May 2, 2006 10:58 am
55575
... work. ... and ... (or ... the ... the ... MSIE6 + ... window. ... Your demonstration works perfectly, but I think you must to add one additional atribute...
In the page visible at http://srufaculty.sru.edu/david.dailey/svg/test/teststart.svg A series of overlapping <image>s (each with an onmousedown listener) are...
David Dailey
david.dailey@...
May 2, 2006 12:47 pm
55577
... the ... deal ... That was exactly what I needed. Thanks so much. Next step, inlining with Firefox! With the embed vs object question that continues to...
Hello All, I've looked at the recent votes, and its at about 185 and continuing. I guess we could go on for the next few months and build this to any number. I...
... I think because inline SVG in IE requires HTML while inline SVG in Firefox/Opera/WebKit requires XHTML. Plus, all of your SVG must be prefixed, which makes...
... isn't ... In my case I am rendering graphical views of data objects. All I need in the page is a SVG document. From my earlier post, once I have this...
Thank you Heiko- I made up that bit of code, because my SVG document is much more complex. :) After looking at your code, and attaching an onclick handler to...
... yes. .calcCoord() receives two parameters. An event object (this is needed in any case) and another (optional) second parameter: a node reference. If you...
... Hash: SHA1 ... What what a usecase be to have to pass a node as second parameter which not the node of the event? Still doing some first testings I noticed...
Markus Fischer
markus@...
May 2, 2006 5:00 pm
55586
I'm wondering why Opera 8, 8.5, 9 and Firefox 1.5 don't include the "image/svg+xml" type in their HTTP_ACCEPT headers. Can someone shed some light here? ...
Here's what Firefox says in Bugzilla https://bugzilla.mozilla.org/show_bug.cgi?id=240493 Really long discussion on it there - interestingly the last comment ...
... I'm intrigued; can you point me to an example? -- Kam-Hung Soh http://kamhungsoh.blogspot.com - It Mostly Works http://members.optusnet.com.au/khsoh -...
... Aaah! :lightbulb: Thanks for the tip! -- Kam-Hung Soh http://kamhungsoh.blogspot.com - It Mostly Works http://members.optusnet.com.au/khsoh - Software...
... Try this. In my case by adding some logic to locate the SVG objects based on the coords of the event, I then can perform whatever actions are necessary -...
Hi everyone, On my pc i have IE 6 and ASV3 and FireFox 1.5.02 (latest one). Here are my questions.Please someone respond with Correct or False after seeing my...
Hi, ... Actually 1.5.0.3 is the latest one. ;-) Here are my questions.Please someone respond with Correct or False ... True. The <embed> tag is not part of any...
Jonathan Watt
wattie@...
May 3, 2006 11:26 am
55593
Here is another question -Inline SVG is currently supported only in FF,which supports XHTML, and not in IE6 + ASV. My answer(True) ... want to ... ASV3 ... ...
Hello, I made a couple of SVG GUI elements available. The newest widget is a textbox. Coding this object was a major pain since browsers don't support keyboard...
... Opera 8 and Opera 9 beta also support mixed namespace XML documents with XHTML and SVG elements. As for IE and the Adobe SVG viewer, IE has its very own...