Imagine you have a menu defined as SVG which loosely looks like that: <svg> <svg id="Button_B1" x="0" y="0">...</svg> <svg id="Button_B2" x="0" y="10">...</>...</svg> <svg id="Button_B3" x="0" y="20">...</>...</svg> <svg id="Button_B4" x="0" y="30">...</>...</svg> </svg>
Is there a smart way to tell Batik's ImageTranscoder to render only a single element by its ID-attribute e.g. 'Button_B2'? I could think of various approaches like hiding elements, manipulating viewports, etc. though they don't really look smart to me as far as I'm concerned. Comments highly appreciated. TIA ralf ... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]