RE: [svg-developers] relative element positioning

2006-08-30 Thread Doug Schepers
Hi, Nazar- Nazar wrote: | | Hello, | I use DOM to add some of the elements to SVG. Currently I use | element.setAttribute("x", _x); to position element absolutely. | | What I am interested in is | how to position elements relative to its parent element ? There are 2 ways of doing this. 1)

Re: [svg-developers] relative element positioning

2006-08-30 Thread Erik Dahlström
On Wed, 30 Aug 2006 15:20:21 +0200, Bjoern Hoehrmann <[EMAIL PROTECTED]> wrote: > * Nazar wrote: >> I use DOM to add some of the elements to SVG. Currently I use >> element.setAttribute("x", _x); to position element absolutely. >> >> What I am interested in is >> how to position elements relativ

Re: [svg-developers] relative element positioning

2006-08-30 Thread Antoine Quint
On 30 août 2006, at 14:48, Nazar wrote: > I use DOM to add some of the elements to SVG. Currently I use > element.setAttribute("x", _x); to position element absolutely. > > What I am interested in is > how to position elements relative to its parent element ? what do you mean "relative to its par

Re: [svg-developers] relative element positioning

2006-08-30 Thread Bjoern Hoehrmann
* Nazar wrote: >I use DOM to add some of the elements to SVG. Currently I use >element.setAttribute("x", _x); to position element absolutely. > >What I am interested in is >how to position elements relative to its parent element ? Impossible. All you can do is determine the position of the pare

[svg-developers] relative element positioning

2006-08-30 Thread Nazar
Hello, I use DOM to add some of the elements to SVG. Currently I use element.setAttribute("x", _x); to position element absolutely. What I am interested in is how to position elements relative to its parent element ? - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit h