Hi Mathias,

Mathias Andersen <[EMAIL PROTECTED]> wrote on 04/11/2007 06:53:13 AM:

> I am currently working with Batik on a project. I have encountered a
> problem where I want 2 or more SVG pictures on top of each 
> other/overlap. I have succeded in showing transparent SVG pictures, 
> so that doesn't seem to be the problem.
> How do I make 2 or more SVG pictures overlap with Batik?

   You can either construct a document consisting of 2 or more
SVG 'image' elements (where each image element references an SVG
document) or you can use Swing to stack multiple JSVGCanvases on top
of each other.  Of the two the first is simpler.


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

Reply via email to