google-code-export / purepdf

Automatically exported from code.google.com/p/purepdf
2 stars 1 forks source link

Problem in PngImage.as code #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
PngImage.as

Line 729 says

colortable.pdf_core::append_i( ins.readUnsignedByte() );

This should be

colortable.pdf_core::append_int( ins.readUnsignedByte() );

Thanks
Kerry Coffin
kcoffin@esri.com
ESRI

Original issue reported on code.google.com by kerry.co...@gmail.com on 21 Oct 2010 at 10:34

GoogleCodeExporter commented 9 years ago
thank you. fixed in the svn code

Original comment by alessand...@gmail.com on 14 Jan 2011 at 8:05