forked from pyqtgraph/pyqtgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_PolyLineROI now passes on non-AMD64 platforms
The major source of the discrepancy of the images came from AntiAliasing This commit adds an attribute to ROIs and Handles, ._antialias, which is True by default, but anti-aliasing will be disabled when that attribute is set to False. The ROIs and Handles used in the test suite are set to have this attribute set to False, thus disabling the use of anti-aliasing. This change also required that I generate new baseline test images, which are included in the commit. Because of disabling anti-aliasing, the pxCount value for image comparison checker are substantially lower.
- Loading branch information
Showing
50 changed files
with
303 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.