Hi T,

T Vilaisakulyong <[EMAIL PROTECTED]> wrote on 07/18/2006 08:48:10 PM:

> My question would be if I can use Batik to select that logo layer so the 

> final resulting output from cropped logo would have transparent 
> background. And if I can't select the logo layer, what utilities can I 
> use to make the background transparent?

   So the simplest thing to do is to make sure your two
layers are in separate SVG 'g' elements.  Then you can just
set the "display" attribute on the "g" element to "none" and
it will go away in the rendering.

   You may need to change the way you use the transcoder so
you load the document first, add the display attribute then
give the document to the transcoder.


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

Reply via email to