Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
6.5.3
Description
Using the TestCase::grabImage() for two identical Items and then comparing the resulted images results in false when comparing the images with the eguals() method. Also if you compare the images for example with the imagemagick compare tool the images have no differences:
compare -compose src image_1.png image_2.png diff.png
To reproduce the issue, please run the attached example project.