[svg-developers] Re: relative positioning of objects

2008-07-14 Thread Helder Magalhães
> Does anybody have a suggestion, how to do this? It seems that the getBBox [1] method may help achieving what you intend: you can use the method to get the text's bounds and place relative object(s) afterward. Keep in mind that there are are/were known issues about it [2] (probably fixed in recen

Re: [svg-developers] Re: relative positioning

2006-03-29 Thread Omar Abo-Namous
thnx very much. Didn't know one can nest svg in svg. Holger Will wrote: > Hi Omar > > you can achieve this effect with nested s > > > http://www.w3.org/2000/svg"; > xmlns:xlink="http://www.w3.org/1999/xlink";> > > > > > > > hth > Holger > > Omar Abo-Namous schrieb: > >> ok, i

Re: [svg-developers] Re: relative positioning

2006-03-29 Thread Holger Will
Hi Omar you can achieve this effect with nested s http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";> hth Holger Omar Abo-Namous schrieb: > ok, i need yet another thing: > > i would like to position and scale the buttons relatively (can be done > with vie

Re: [svg-developers] Re: relative positioning

2006-03-29 Thread Omar Abo-Namous
ok, i need yet another thing: i would like to position and scale the buttons relatively (can be done with viewBox, thnx) but the underlying map should be constant in scaling at least. Any ideas? thnx in advance. Omar Martin Honnen wrote: > --- In svg-developers@yahoogroups.com, Omar Abo-Namo

Re: [svg-developers] Re: relative positioning

2006-03-29 Thread Omar Abo-Namous
Thank you Martin. I will try that. Martin Honnen wrote: > --- In svg-developers@yahoogroups.com, Omar Abo-Namous > <[EMAIL PROTECTED]> wrote: > >> i'm trying to position some elemnts relative to the svg-window. I want >> to display some buttons on the far side of a window. I thought i could >>

[svg-developers] Re: relative positioning

2006-03-28 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Omar Abo-Namous <[EMAIL PROTECTED]> wrote: > i'm trying to position some elemnts relative to the svg-window. I want > to display some buttons on the far side of a window. I thought i could > just do this: > > > > for a triangle in the upper right corner