Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 55566 - 55596 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
55566
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@...
Send Email
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...
Darryl Watson
Darryl_Watson
Offline Send Email
May 1, 2006
10:12 pm
55569
Hi, <svg id="SVGDoc" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <circle cx="20" cy="30" r="10" fill="blue" ...
Heiko Niemann
zuccaralloo
Offline Send Email
May 2, 2006
12:21 am
55570
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...
lpmlabs9
Offline Send Email
May 2, 2006
4:22 am
55571
... Hi, This explanation by Martin Honnen worked for me: http://groups.yahoo.com/group/svg-developers/message/55243 -- Kam-Hung Soh ...
Kam-Hung Soh
khsoh_au
Offline Send Email
May 2, 2006
5:42 am
55572
Have you tried setting .innerHTML explicitly? If setting innerHTML does indeed work, and the DOM calls properly modify innerHTML (but don't update the...
jookeda
Offline Send Email
May 2, 2006
5:42 am
55573
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,...
Andreas Neumann
neumannandreas
Offline Send Email
May 2, 2006
7:49 am
55574
... 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@...
Send Email
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...
go_micha
Offline Send Email
May 2, 2006
12:05 pm
55576
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@...
Send Email
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...
lpmlabs9
Offline Send Email
May 2, 2006
1:32 pm
55578
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...
Francis Hemsher
fhemsher
Offline Send Email
May 2, 2006
1:55 pm
55579
... 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...
jookeda
Offline Send Email
May 2, 2006
2:19 pm
55580
... 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...
lpmlabs9
Offline Send Email
May 2, 2006
3:15 pm
55581
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...
Darryl Watson
Darryl_Watson
Offline Send Email
May 2, 2006
3:33 pm
55582
... yes. .calcCoord() receives two parameters. An event object (this is needed in any case) and another (optional) second parameter: a node reference. If you...
Andreas Neumann
neumannandreas
Offline Send Email
May 2, 2006
3:41 pm
55583
... With IE and Adobe SVG viewer, if you inline the SVG then you lose interactivity, that is script event handlers in the SVG do not fire....
Martin Honnen
honnen_martin
Offline Send Email
May 2, 2006
3:49 pm
55584
... isn't ... Actually they do but only if defined at the root level....
lpmlabs9
Offline Send Email
May 2, 2006
4:28 pm
55585
... 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@...
Send Email
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? ...
Jeff Schiller
jeff_schiller
Offline Send Email
May 2, 2006
6:13 pm
55587
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 ...
Robert Russell
robertjrussell
Offline Send Email
May 2, 2006
7:58 pm
55588
... 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 -...
Kam-Hung Soh
khsoh_au
Offline Send Email
May 2, 2006
11:49 pm
55589
... Aaah! :lightbulb: Thanks for the tip! -- Kam-Hung Soh http://kamhungsoh.blogspot.com - It Mostly Works http://members.optusnet.com.au/khsoh - Software...
Kam-Hung Soh
khsoh_au
Offline Send Email
May 3, 2006
12:10 am
55590
... 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 -...
lpmlabs9
Offline Send Email
May 3, 2006
12:13 am
55591
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...
chmavrog
Offline Send Email
May 3, 2006
10:52 am
55592
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@...
Send Email
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 ... ...
chmavrog
Offline Send Email
May 3, 2006
2:18 pm
55594
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...
Andreas Neumann
neumannandreas
Offline Send Email
May 3, 2006
2:38 pm
55595
... 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...
Martin Honnen
honnen_martin
Offline Send Email
May 3, 2006
2:42 pm
55596
Martin, is there a link that you can sent me in order to see this for IE+ASV ... XHTML,...
chmavrog
Offline Send Email
May 3, 2006
2:45 pm
Messages 55566 - 55596 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help