21 Sep
2008
21 Sep
'08
12:04 a.m.
On Fri, Sep 19, 2008 at 04:09:44PM +0200, Johannes Hofmann wrote:
Hi,
somtimes the end of italic words get cut off e.g. in
<html> <body> <i><a href="foo">FUU</a>BAR</i> </body> </html>
when seen with vw_fontname="helvetica".
This is due to a change in html.cc (I think it was introduced with rev 1.36). This change sets the backgroundColor for all words which means that for each word, the bounding box get's drawn before the actual text. This obviously has a performance impact too.
I'm not sure how to get back to the original behaviour (backgroundColor == NULL for normal words) without breaking anything. Can someone please have a look?
I can't reproduce the problem here... -- Cheers Jorge.-