wxWidgets/tests/graphics
Artur Wieczorek f171d48be4 Disable antialiasing in unit test
In order to examine real colors of pixels we need to have unmodified (aliased) edges between regions drawn with different colors.
For for wxDCs backed by wxGraphicsContext (e.g. under wxGTK3) antialiasing is enabled by default and to prevent falsifying pixel colors we have to disable it prior to drawing operations.

See #17666.
2017-04-14 09:15:04 +02:00
..
affinematrix.cpp Fix building tests with wxUSE_GRAPHICS_CONTEXT==0 2017-04-09 21:29:14 +02:00
bitmap.cpp Disable antialiasing in unit test 2017-04-14 09:15:04 +02:00
boundingbox.cpp Fix building tests with wxUSE_GRAPHICS_CONTEXT==0 2017-04-09 21:29:14 +02:00
clippingbox.cpp Add tests of setting clipping region and retrieving clipping box 2016-09-01 20:35:09 +02:00
colour.cpp
ellipsization.cpp
graphmatrix.cpp Add test suite to check wxGraphicsMatrix operations 2016-09-18 23:09:44 +02:00
measuring.cpp