Thierry Kormann wrote:
* There is a problem in batik when a document contains an image whose size is 0x0: nothing gets rendered at all.
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22074)
Does anyone from the dev team plans to fix this one?


According to '5.7 The 'image' element', a value of zero for the attributes
'width' or 'height' disables the rendering of the <image> element. I guess
this is why the bridge stays silent here.

Hi Thierry,


   Yes, this is why the bridge stays silent, the real problem was that it
generated a degenerate Affine matrix - which throws a monkey wrench in
the bounds calculation.  I have this fixed in my build and will deliver
this shortly.

   I should mention that if you are using the zero w/h thing
to control visibility you should really look into using visibility="hidden"
instead - this will be _much_ more efficent.



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



Reply via email to