[svg-developers] Re: Interactive SVG matrix calculations

2011-10-30 Thread zotterdas
Yannick, Thanks for your input...that method for transforming from a fixed point proved to be an essential part of the issues I was having. -Zane --- In svg-developers@yahoogroups.com, yannick.bochatay@... wrote: Hi, To scale or rotate about a fixed point, you have first to translate your

[svg-developers] Re: Interactive SVG matrix calculations

2011-10-27 Thread domenico_strazzullo
--- In svg-developers@yahoogroups.com, zotterdas zotterdas@... wrote: I'm working on an inline, browser-based SVG editor powered by jQuery, and I'm having trouble getting various elements to dynamically resize predictably and without dramatic shifting across the canvas. I believe there is

[svg-developers] Re: interactive SVG in HTML

2007-08-07 Thread dan_braeside
My understanding (from reading the IRC logs of the #svg channel and recent personal experience) is that embed despite being deprecated still offers the best compatibility for IE+ASV/FireFox *when trying to interact with the SVG*. iframe: looked promising for a while but pending a solution doesn't

[svg-developers] Re: interactive SVG in HTML

2007-08-06 Thread kristianpalm
oops! Sorry the last line should of course be text id='menuItem' x='10' y ='20'HEADLINE/text /Kristian --- In svg-developers@yahoogroups.com, kristianpalm [EMAIL PROTECTED] wrote: Hi I'm working on the same type of problem trying to create a menu that stays in the top left corner of

[svg-developers] Re: interactive svg

2006-06-09 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, varghen_shiji [EMAIL PROTECTED] wrote: I want to know how i can have svg content on a web page which can interact with a backend server program like perl, where in svg content on the webpage becomes the front end. Script in SVG documents can make HTTP

[svg-developers] Re: interactive SVG web GUIs with socket connections

2005-06-17 Thread Jim Ley
antonganesh [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Does ASV cache svg on client side or did I misunderstood ? I'm not confident that it does, I've seen lots of cases where it makes non-conditional requests for things that should be in the cache. I believe ASV is buggy in

[svg-developers] Re: interactive SVG web GUIs with socket connections

2005-06-15 Thread Jim Ley
antonganesh [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] My solution is to send the svg file on a cd to customers who have a slow connection. But the problem with this approch is that the getURL will not work because it wasn't downloaded from a server. I always get an error

[svg-developers] Re: interactive SVG web GUIs with socket connections

2005-06-15 Thread antonganesh
Jim, thanks for your reply. Please see my reply below. tks Anton --- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: antonganesh [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] My solution is to send the svg file on a cd to customers who have a slow