Hi Bader,

bader houmad wrote:

SVG draws the first element, then draws the next element on top of that, is there a way to set an element on the top when it is not the last element?

The short answer is no, document order is display order.

   The slightly longer answer is that you can work around this with
some of the features of SVG, in particular you can place the
elements in an undisplayed portion of the tree (or set 'visibility' to
'hidden' or 'display' to 'none') and use the 'use' element to reorder
them (or to "move" one of the elements).  This isn't very clean but can
be made to work.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to