Hi Olaf,

> i have an svg file which looks very similar like the one at the end of this
> message.
> when i load this with Firefox 3.5 everything looks like expected.

It's awkward to me that it works in Firefox, as far as I know the use
element [1] should be empty and therefore no child content is
expected... :-|


> But Batik only displays the file in the first use tag. The use tags inside
> the first
> one are ignored. Can anyone help me out of this ?

Just remove the nesting from your use elements. Basically, change those

<use>
  <use>
    <use/>
  </use>
</use>

To something like:

<use/>
<use/>
<use/>


Hope this helps,
 Helder


[1] http://www.w3.org/TR/SVG/struct.html#UseElement

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to