In message <OUT-4E713E86.MD-1.4.17.chris.young@unsatisfactorysoftware. co.uk> "Chris Young" <chris.yo...@unsatisfactorysoftware.co.uk> wrote:
> Please reply to the list :) > On Wed, 14 Sep 2011 23:37:47 +0100, Gavin Wraith wrote: [snip - wonky gif] >> ... It is the gif banner under the top header strip at >> http://www.bloomsteins.co.uk/ that says "Buyers of scrap gold and silver" >> and "Sellers of investment gold". Looking at it in 1280x1024x16M with >> NetSurf r12786 what I see are: >> >> # Different thickness of the two 'l's in "Sellers" >> # Last column of pixels missing in the 'S' of "Sellers" >> # Different thickness of the 'i' and the 'l' in "silver" >> # Missing first column of pixels of 'g' in "scrap gold" >> >> In fact most of the wonky effects seem to be down to missing columns >> of pixels. It looks as it should with FireFox 7. Another error is a >> stray white column of pixels, and an isolated white pixel showing up >> during the transition between the messages. > I can see a stray dot on the left and column of pixels on the far > right. The letter widths look OK to me. I tried opening it in > another GIF viewer and it looks fine (but curiously missing a couple > of frames there), so this does indeed appear to be a bug in libnsgif > or NetSurf. I can see the truncated letter widths in NetSurf r12793. An extracted copy of what/gif however does display correctly in NetSurf. The problem may be related to scaling. Below is some minimal source, try it at different NetSurf window widths. <html> <head> <title>gif test</title> <style type = "text/css"> .what { text-align: center; background-color: white; width: 40%; margin-left: 0px margin-top: -20px; margin-bottom: 20px; border: medium solid #406948; border-radius: 40px; -moz-border-radius: 40px; } </style> </head> <body> <center> <img src="images/what.gif" alt="about" width="408" height="56" /> </center> <center> <img class="what" src="images/what.gif" alt="about" width="408" height="56" /> </center> </body> </html> -- David Pitt MessengerPro 6 on an ARMini running RISC OS 5