[webkit-dev] Quarter rendered images

2008-02-20 Thread Rachel Bassett
Anyone seen quarter rendered images - I get the full layout size but only a quarter of the image renders (blue box filling the other 3/4s). I've tested with jpgs, gifs and pngs and the same behaviour for all. So for example on the google homepage, I have the G and then a blue box. The rendering is

Re: [webkit-dev] Issues with font rendering on DirectFB build

2008-02-15 Thread Rachel Bassett
Big thanks for this fix - works a treat. Left webkit rendering over night, still working this morning, lovely job. Thanks again Rachel --- Alp Toker [EMAIL PROTECTED] wrote: For the record, the fix for this issue was landed (with modifications) in r30201:

[webkit-dev] Removing ICU dependancy from WebKit?

2008-02-08 Thread Rachel Bassett
Hi, I abandoned the method in http://sourceforge.net/mailarchive/forum.php?thread_name=BAY127-DAV149670E5A6EE44B31317DA82C20%40phx.gblforum_name=icu-support and followed your steps which indeed did build the files as hoped for. However I still have no fonts appear as I have explained in

[webkit-dev] Issues with font rendering on DirectFB build

2008-02-08 Thread Rachel Bassett
Hi, I'm working on a cross compiled build using DirectFB, gtk+, WebKit build too, however I get no fonts at all! I get images, buttons, etc but no text. I've tested gtk+ with gtk-demo and fonts appear correctly there, I've rebuilt my fontconfig cache and checked (using strace) all the font files

[webkit-dev] Re: Removing ICU dependancy from WebKit

2008-01-29 Thread Rachel Bassett
Thanks guys for your comments. I did eventually find a set of flags that managed to cross compile ICU (as well as the usual --prefix, --host, --build etc) --with-data-packaging=archive --disable-extras. See thread