Re: [svg-developers] Re: Loading SVG images dynamically and then accessing the dom

2012-11-19 Thread Manfred Staudinger
Hi Pranav, A few month ago I had a similar requirement to display an interactive floor plan. I used XSLT 2.0 in the browser (aka Saxon-CE) and built a demo which can be seen here: http://test.rudolphina.org/Plaene/Plan/svg-t5-011.xhtml A short description can be found at

[svg-developers] Methods getScreenBBox(), getBBox(), getScreenCTM() ?

2012-05-31 Thread Manfred Staudinger
Hi, Where to find the feature strings to test if the methods getScreenBBox(), getBBox(), getScreenCTM() are available? Looking also for scriptbased fallback solutions. Regards, Manfred - To unsubscribe send a message to:

Re: [svg-developers] Methods getScreenBBox(), getBBox(), getScreenCTM() ?

2012-05-31 Thread Manfred Staudinger
the getBoundingClientRect method. Regards, Yannick - Mail original - De: Manfred Staudinger manfred.staudin...@gmail.com À: svg-developers svg-developers@yahoogroups.com Envoyé: Jeudi 31 Mai 2012 12:57:25 Objet: [svg-developers] Methods getScreenBBox(), getBBox(), getScreenCTM() ? Hi

[svg-developers] svg:switch element not working in Firefox 11.0

2012-03-27 Thread Manfred Staudinger
Hi, Consider the following SVG snippet: switch textArea x=100 y=100 requiredFeatures=http://www.w3.org/Graphics/SVG/feature/1.2/#TextFlow; SVG Tiny 1.2 TextFlow feature supported /textArea text x=100 y=100SVG Tiny 1.2 TextFlow feature NOT supported/text /switch Firefox 11.0

Re: [svg-developers] Re: svg:switch element not working in Firefox 11.0

2012-03-27 Thread Manfred Staudinger
Hi Andreas, Robert, Thanks for your fast answers, this way requiredFeatures works indeed! Regards, Manfred On 27/03/2012, Robert Longson longs...@hotmail.com wrote: Hi, The elements that requiredFeatures should work on are explicitly listed here: http://www.w3.org/TR/SVG/attindex.html Some

[svg-developers] Transforming XPS into SVG

2010-12-11 Thread Manfred Staudinger
I need to analyze lots of graphics data written in XPS both by visual and algorithmic inspection. As the very first step I want a selection of them converted into SVG by hand (later I'll use XSLT). The analysis will be done using the SVG version only. It would be a big help to have any of the

Re: [svg-developers] Re: calculate values of svg attributes

2008-07-30 Thread Manfred Staudinger
Veiko wrote: XSLT works only with Opera 9, and Safari 3 otherwise you need to transform XSLT to HTML in server side. That's wrong. Firefox and IE 6+ have also XSLT built in for some years. Manfred - To unsubscribe send a message to: [EMAIL

Re: [svg-developers] Re: calculate values of svg attributes

2008-07-29 Thread Manfred Staudinger
Hi Thomas, One possible solution to your problem is the use of XSLT, which runs on the browser before any svg (html, css or javascript). For example [1] I calculate the width of the inline svg graphic according to how many browsers actually are reported by Google in its weekly report xml. If you