Fabio Biscaro wrote:

Hi, is there a way to make selection highlight go under svg images?

If you wanted to write code you could introduce an underlay that is similar to an overlay, but of course if the document has an opaque background the 'underlay' would be invisible.

I noticed that selection is always over everything?

Yes, haven't we been over this already, the selection is drawn in a layer on top of everything. This is much more efficient since it doesn't have to redraw the SVG just copy the bitmap and draw the selection over the top.

   It might be possible to have the selection text create
a node in the GVT tree - but this would be much more expensive.

Or, i dont know, could i make selection transparent?

Well it is normally semi-transparent - you can provide the paint/stroke that is used for the selection - so you can make it look however you want - but it is always "on top" of everything.



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



Reply via email to