[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 yannick . bochatay
Hi Manfred, getBBox and getScreenCTM are implemented in all modern browsers (IE=9). Unfortunately there's no ideal workaround for getScreenBBox, as you can read here : http://groups.google.com/group/lib-gwt-svg/browse_thread/thread/1560b1282433fbd5 The simpliest is probably to use the

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

2012-05-31 Thread Manfred Staudinger
Hi Yannick, thanks for the fast answer: so the problem is reduced to getScreenBBox and I'll try your proposed getBoundingClientRect method. Do you know a feature string to test for the getScreenBBox method? Regards, Manfred On 31/05/2012, yannick.bocha...@free.fr yannick.bocha...@free.fr wrote:

Re: [svg-developers] Re: Manipulating SVG in HTML using JavaScript

2012-05-31 Thread Jason Barnabas
From: t...@ymail.com t...@ymail.com Jason jtbarnabas@... wrote: I have a project I'm working on. My goal is to display 18 images in a single HTML document in the same space. The first is just text and is put in using standard HTML. Over that I have placed a SVG image and I'd like