Commit Graph

2 Commits

Author SHA1 Message Date
Matthew Amato a0cd6537fa Fix color space issues with images used in Specs.
PNG files can have embedded ICC profiles.  Chrome and Firefox treat these differently, resulting in specs failing do to color comparisons failing.  We previously had workarounds in place, but by running `pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB infile.png outfile.png` on each of our Spec images, I was able to remove the ICC profiles and the corresponging workarounds in the spec.

I also added back in 2 tests that used to fail on Firefox but are now Fixed.
2012-11-28 10:07:53 -05:00
Ian Lilley ed3456d798 Fixed some doc, fixed some specs, made atlas support rectangle shapes, removed texturecoordinateregion2D and used a Rectangle instead for getTextureCoordinates 2012-06-21 13:57:38 -04:00