Open GoogleCodeExporter opened 8 years ago
[deleted comment]
[deleted comment]
Debugging through the flying-saucer code, it looks like when getCSSFitToWidth()
is called, the table cell that the image is in is 0x0 dimensions, so
flying-saucer thinks that the image should be 0 width. It think this is a bug,
since the 'image' td is defined as 35%, and the overall table is defined as
100% width.
Settings the image class to an absolute size (such as 100px) means that the
image is displayed - it's only not working when a percentage width is used. I
need to be able to use percentages in my case, since the HTML I'm using will
also be used to display in a web browser
Original comment by j...@bullethq.com
on 17 Dec 2013 at 1:28
Original issue reported on code.google.com by
j...@bullethq.com
on 17 Dec 2013 at 11:40Attachments: