>   How did you do the layering in Batik?  In Batik 1.1 we had
> each layer as a separate document.  To load initially we created
> a new SVG Dom tree and inserted one node at a time into the original
> tree.  To turn on an off we set the opacity of an outer <g> tag.
> I am sure there is a better way to do it in Batik 1.5.

You should use visibility:hidden intead of opacity. That will be faster and
save some memory.

Thierry.


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

Reply via email to