You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix failing tests. The reasons for the failures were in the following categories:
- changes in the snapping algorithm that made the axes off by one pixel.
- changes in text alignment.
All the text in the baseline images is non-antialiased. This seems to be more robust to differences across freetype versions. This involved the addition of a new rcParam 'text.antialised', used only by the Agg backend.
Additionally, some freetype-related differences still cause failures. For those, we mark the tests as known fail if the user has a version of freethe versions that we expect to worvesions were determined using T. Robitaille's freetype differences testing tool here:
https://github.com/astrofrog/freetype_version_testing
Fixes a bug in the SVG backend's Gouraud shading.
Force the use of the Agg backend for testing, and restore the old backend afterward.
0 commit comments