[svg-developers] Re: question about intersections

2006-04-25 Thread Andreas Neumann
yes, the SVGSVGElement has two methods: SVGSVGElement.checkIntersection( element, rect ) and SVGSVGElement.getIntersectionList( rect, referenceElement ) the first method returns a boolean, the second method returns a nodeList see more at http://phrogz.net/ObjJob/search.asp?langID=1q=intersect

[svg-developers] Re: Getting the bounding box of a path

2006-04-25 Thread Andreas Neumann
no, you don't need to wrap it in the group. var myPath = document.getElementById('myPathid'); var bbox = myPath.getBBox(); alert(bbox.x+,+bbox.y+,+bbox.width+,+bbox.height); should work just fine. Are you perhaps testing it in MozillaSVG? If yes, you have to be aware that there is a bug that

Re: [svg-developers] Re: question about intersections

2006-04-25 Thread Jean-David Benamou
Andreas Neumann wrote: yes, the SVGSVGElement has two methods: SVGSVGElement.checkIntersection( element, rect ) and SVGSVGElement.getIntersectionList( rect, referenceElement ) the first method returns a boolean, the second method returns a nodeList A checkInclude (element, rect) would

[svg-developers] Re: question about intersections

2006-04-25 Thread jophof007
Hi, We need intersecitons a lot of times to make our diagram editors and we use the Kevin Linssey library for it. See his library 2d.js (intersections of every possible SVG elements including Path). John Ophof http://open-modeling.sourceforge.net --- In svg-developers@yahoogroups.com,

[svg-developers] ASV on Intel Macs

2006-04-25 Thread Andreas Neumann
Hi, does anyone know if and how stable/fast the Adobe SVG viewer works on Intel Macs. I don't yet have an intel mac for tests. Thanks for any infos, Andreas - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click

[svg-developers] Re: question about intersections

2006-04-25 Thread Andreas Neumann
A checkInclude (element, rect) would also be nice yes, I can see even more methods in the same realm. Maybe something to add for a future version (SVG 1.2 full, 1.3 or 2.0) Yes this is a problem. It is a very important feature for developing Graphic editors yes definitely.

Re: [svg-developers] ASV on Intel Macs

2006-04-25 Thread Antoine Quint
Hi Andreas, On 25 avr. 2006, at 14:26, Andreas Neumann wrote: does anyone know if and how stable/fast the Adobe SVG viewer works on Intel Macs. The Adobe SVG Viewer plug-in works fine under Rosetta, and performance seems to be as good on my MacBook Pro as it was on my PowerBook G4. I

[svg-developers] Vote for SVG Support in IE7

2006-04-25 Thread Francis Hemsher
The Internet Explorer 7 team is now taking input on how to support SVG in the final build of IE7, and also looking to ideas for IE8. You can cast a vote and add commments directly to that team. See: https://connect.microsoft.com/default.aspx (To vote and comment takes a few moments to join the

Re: [svg-developers] Vote for SVG Support in IE7

2006-04-25 Thread Richard Gnyla
Nice find Francis Voted already, lets hope they listen now..the more people vote the better, come on guys Richard Francis Hemsher wrote: The Internet Explorer 7 team is now taking input on how to support SVG in the final build of IE7, and also looking to ideas for IE8. You can cast a

Re: [svg-developers] Vote for SVG Support in IE7

2006-04-25 Thread Hervé Lacondemine
comme on dit chez nous : a voté désolé, je suis très nul pour écrire en anglais. Richard Gnyla [EMAIL PROTECTED] a écrit : Nice find Francis Voted already, lets hope they listen now..the more people vote the better, come on guys Richard Francis Hemsher wrote: The Internet Explorer 7

Re: [svg-developers] ASV on Intel Macs

2006-04-25 Thread John Dowdell
Antoine Quint wrote: Of course, I really hope Adobe would actually compile an Intel or Universal Binary version of ASV for Intel Macs. I haven't heard any word yet on Adobe's future SVG work (I've been asking!), but do know the overall shape of Adobe code on the new Macintosh hardware. The

[svg-developers] Re: Vote for SVG Support in IE7

2006-04-25 Thread Jeff Schiller
Voted over a month ago on the bug and the suggested workaround (bundle ASV with IE7). The link after you've logged in is: https://connect.microsoft.com/feedback/ViewFeedback.aspx?SiteID=136FeedbackID=54028 Seems there are some people leaving feedback to the contrary though (mikes12345 states

[svg-developers] Different values on the Y-Axis between firefox 1.5 and IE 6.0 with A SVGViewer 3

2006-04-25 Thread aossi_2000
Hello! I have this script: http://lamp2.fh-stpoelten.ac.at/%7Etm021084/Fortschritt/GEO-System/svg_03/svg_projekt01.svg I you view the page with the firefox 1.5 the y-values are okay, but if you view the page with the IE the y-values aren't! The js code is on the end:

[svg-developers] Re: Vote for SVG Support in IE7

2006-04-25 Thread Francis Hemsher
Hi Jeff, Yes, I saw, and second, your comment. I was going include some kind remark about the pig guy, but I held my tongue:) Francis --- In svg-developers@yahoogroups.com, Jeff Schiller [EMAIL PROTECTED] wrote: Voted over a month ago on the bug and the suggested workaround (bundle ASV with

Re: [svg-developers] (unknown)

2006-04-25 Thread Ronan Oger
maybe ask on [EMAIL PROTECTED] As far as I am aware there are no svg-enabled players today on mobile devices that support svg applications. There are some primitive static svg implementations, but I have never seen an svg application that works on a mobile phone. Several mobile svg viewer

[svg-developers] Re: Secure SMTP Message

2006-04-25 Thread paul_evenblij
Protected message is attached. Attachment: No Virus found Norton AntiVirus - www.symantec.de [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my