Re: [svg-developers] Re: tspan in mozilla

2006-09-25 Thread T Rowley
On 9/25/06 10:12 AM, revelonshift wrote: > Yeah, it is workaround, but I could it use, perhaps. > Hope FFX2 will be working already as expected... Err, oops. While the fix is trivial and has been on the trunk since February, it was missed when merging low risk changes to the branch because it w

[svg-developers] floating behavior of graphic element

2006-09-25 Thread Nazar
I have big svg graphics. Web page displays it in area which is smaller and scrollbars are rendered Is it possible to make some graphic element always stayed in visible area despite the scrollbar position? - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.

[svg-developers] Re: tspan in mozilla

2006-09-25 Thread revelonshift
Yeah, it is workaround, but I could it use, perhaps. Hope FFX2 will be working already as expected... M. --- In svg-developers@yahoogroups.com, "Martin Honnen" <[EMAIL PROTECTED]> wrote: > > --- In svg-developers@yahoogroups.com, "revelonshift" > wrote: > > > > I recently tried to substitute a

[svg-developers] Re: tspan in mozilla

2006-09-25 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "revelonshift" <[EMAIL PROTECTED]> wrote: > I recently tried to substitute a lot of positioned text by tspan and > catching events for them by common onclick="foe()" handlers, > but it seems it is not working in FFX/Mozilla, other browsers work. > It is Moz

[svg-developers] tspan in mozilla

2006-09-25 Thread revelonshift
Hello, I recently tried to substitute a lot of positioned text by tspan and catching events for them by common onclick="foe()" handlers, but it seems it is not working in FFX/Mozilla, other browsers work. It is Mozilla limitation? And is there some better way to have one line with many words, each

Re: [svg-developers] Zoom in/zoom out

2006-09-25 Thread Stéphane ANCELOT
Hi, There are some things in mozilla code source with magnify but did not find how it works. Best Regards Steph Nazar wrote: > Hi, > > My question is about feature zoom in/zoom out found in most graphics > viewers or editors. > > On a web page view I have iframe wchich displays SVG graphic

Re: [svg-developers] How do you read a JavaScript variable value from Java?

2006-09-25 Thread thomas . deweese
Hi SuperNiceGenius, svg-developers@yahoogroups.com wrote on 09/22/2006 01:36:45 PM: > How do you read a SVG JavaScript variable value from Java? You need to get the BridgeContext from the UpdateManager (which is available from the svgCanvas). You can then get the Interpreter from the BridgeC

[svg-developers] Zoom in/zoom out

2006-09-25 Thread Nazar
Hi, My question is about feature zoom in/zoom out found in most graphics viewers or editors. On a web page view I have iframe wchich displays SVG graphics. The SVG is itself a diagram of a business process. Size of the diagram is big enough and scrollbars are displayed. So I need to implement