Re: [svg-developers] Re: Calculate click event coordinates to viewport coordinats

2006-05-03 Thread Markus Fischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Markus Fischer wrote: > Still doing some first testings I noticed that all function expect > document.documentElement being the SVG root element. My SVG is inline in > XHTML and I include the JS in the XHTML, so this doesn't work. What > would the prop

[svg-developers] While fill="url(#G1)" works fill="url(realurl)" doesn't

2006-05-03 Thread David Dailey
Given the syntax used to fill an SVG object with, say a gradient: fill="url(#G)", I idly tried the following fill="url(realweburl)" where url is say a JPEG file. I thoughtI might be able to shortcut the more longwinded but equivalent: My suggestion was probably never meant to be, but if n

[svg-developers] Re: SVG Textbox and other GUI Elements

2006-05-03 Thread Andreas Neumann
--- In svg-developers@yahoogroups.com, Bjoern Hoehrmann <[EMAIL PROTECTED]> wrote: > > * Andreas Neumann wrote: > >The newest widget is a textbox. Coding this object was a major > >pain since browsers don't support keyboard events consistently. > > I'd be most interested in hearing more about the

Re: [svg-developers] Re: SVG Scriting Across FF and IE. FAQ

2006-05-03 Thread Jonathan Watt
Demo: http://jwatt.org/svg/demos/xhtml-with-inline-svg.xhtml Docs: http://wiki.svg.org/Inline_SVG On 5/3/06, chmavrog <[EMAIL PROTECTED]> wrote: > > Martin, > > is there a link that you can sent me in order to see this for IE+ASV > > --- In svg-developers@yahoogroups.com, "Martin Honnen" > <[EMAIL

[svg-developers] Re: SVG Scriting Across FF and IE. FAQ

2006-05-03 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "chmavrog" <[EMAIL PROTECTED]> wrote: > is there a link that you can sent me in order to see this for IE+ASV Recent example posted here on the list is for instance See also

[svg-developers] SVG Object tag problem

2006-05-03 Thread chmavrog
Hi again, Here is my Code for IE6 + ASV: http://www.w3.org/TR/html4/loose.dtd";> Draw Lines Object Tag Used When run in IE6 in Apache 2.50 like this the svg is shown, but when i add attribute type="image/svg+xml" to the object tag the svg is not shown(in IE). Why is that? thanks

Re: [svg-developers] SVG Textbox and other GUI Elements

2006-05-03 Thread Bjoern Hoehrmann
* Andreas Neumann wrote: >The newest widget is a textbox. Coding this object was a major >pain since browsers don't support keyboard events consistently. I'd be most interested in hearing more about the problems you had, could you post your findings to the public-webapi@w3.org mailing list so the

[svg-developers] Re: SVG Scriting Across FF and IE. FAQ

2006-05-03 Thread chmavrog
Martin, is there a link that you can sent me in order to see this for IE+ASV --- In svg-developers@yahoogroups.com, "Martin Honnen" <[EMAIL PROTECTED]> wrote: > > --- In svg-developers@yahoogroups.com, "chmavrog" wrote: > > > -Inline SVG is currently supported only in FF,which supports XHTML

[svg-developers] Good SVG progress in Opera 9

2006-05-03 Thread Andreas Neumann
I am happy to report that Opera9's SVG support is maturing. With the recent build more complex applications, like our Yosemite mapping application (http://www.carto.net/williams/yosemite/) already work. If you want to test and bug-report, get the recent build from http://my.opera.com/ desktopt

[svg-developers] Re: SVG Scriting Across FF and IE. FAQ

2006-05-03 Thread chmavrog
Martin, is there a link that you can sent me in order to see this for IE+ASV --- In svg-developers@yahoogroups.com, "Martin Honnen" <[EMAIL PROTECTED]> wrote: > > --- In svg-developers@yahoogroups.com, "chmavrog" wrote: > > > -Inline SVG is currently supported only in FF,which supports XHTML

[svg-developers] Re: SVG Scriting Across FF and IE. FAQ

2006-05-03 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "chmavrog" <[EMAIL PROTECTED]> wrote: > -Inline SVG is currently supported only in FF,which supports XHTML, > and not in IE6 + ASV. My answer(True) Opera 8 and Opera 9 beta also support mixed namespace XML documents with XHTML and SVG elements. As for IE a

[svg-developers] SVG Textbox and other GUI Elements

2006-05-03 Thread Andreas Neumann
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 events consistently. Also, the current MozillaSVG implementation in FF1.5 and FF2.0 doesn't support certain DOM methods, such as .ge

[svg-developers] Re: SVG Scriting Across FF and IE. FAQ

2006-05-03 Thread chmavrog
Here is another question -Inline SVG is currently supported only in FF,which supports XHTML, and not in IE6 + ASV. My answer(True) --- In svg-developers@yahoogroups.com, "chmavrog" <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > On my pc i have IE 6 and ASV3 and FireFox 1.5.02 (latest one). >

Re: [svg-developers] SVG Scriting Across FF and IE. FAQ

2006-05-03 Thread Jonathan Watt
Hi, On 5/3/06, chmavrog <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > On my pc i have IE 6 and ASV3 and FireFox 1.5.02 (latest one). Actually 1.5.0.3 is the latest one. ;-) Here are my questions.Please someone respond with Correct or False > after seeing my answers > > -Object tag is HTML 4.0

[svg-developers] SVG Scriting Across FF and IE. FAQ

2006-05-03 Thread chmavrog
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 answers -Object tag is HTML 4.01 but embed tag is not. My answer(True) -In FF, object and embed tag can be used to show SVG documents.M