google-code-export / gwt-log

Automatically exported from code.google.com/p/gwt-log
1 stars 0 forks source link

DivLogger bottom-right corner image is corrupted #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to 
http://allen-sauer.com/com.allen_sauer.gwt.log.demo.LogDemo/LogDemo.html
2. Press some log button, so that DivLogger appears
3. Look at bottom-right corner image - it is displayed as broken

What is the expected output? What do you see instead?

The image to be displayed is gwt-log-triangle-10x10.png, which is OK in the 
source repository, but become broken in releases of gwt-log-3.0.2.jar & 
gwt-log-3.0.3.jar.

Looks like the binary file is a victim of text conversion from something to 
UTF-8 encoding.

Original issue reported on code.google.com by polus...@gmail.com on 28 Sep 2010 at 9:54

GoogleCodeExporter commented 9 years ago
Thanks for reporting this!

Fixed in r519, by excluding the binary PNG from the build.xml <filterset> rule.

Original comment by fredsa@google.com on 1 Oct 2010 at 7:52

GoogleCodeExporter commented 9 years ago
Released in version 3.0.4

Original comment by fredsa@google.com on 20 Jun 2011 at 11:52

GoogleCodeExporter commented 9 years ago
The image in gwt-log-3.1.7.jar\com\allen_sauer\gwt\log\public\ is still 
corrupted, with these Bom bytes before the PNG signature bytes...
Workaround: download the unaltered image (167 bytes instead of 224) at:
http://gwt-log.googlecode.com/git/Log/src/com/allen_sauer/gwt/log/public/gwt-log
-triangle-10x10.png

Original comment by PhiLho....@gmail.com on 3 Feb 2012 at 12:23

GoogleCodeExporter commented 9 years ago
Thank you for reopening this issue

Original comment by fredsa on 9 Feb 2012 at 10:56

GoogleCodeExporter commented 9 years ago
Fixed in 
http://code.google.com/p/gwt-log/source/detail?r=68292854337fa5b56dcf58e5bf92f30
930b285cb

Original comment by fredsa on 9 Feb 2012 at 11:02