wxWidgets/tests/graphics
Vadim Zeitlin 5c7fe47762 Fix wxAffineMatrix2D::Translate() to multiply on the left.
The affine transform was previously multiplied by the translation matrix on
the right but this was incompatible with both the MSW version of the same
method and all the other methods of the generic version.

So multiply the transform by the translation on the left, as everywhere else.

Closes #13875.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-01-23 11:28:16 +00:00
..
affinematrix.cpp Fix wxAffineMatrix2D::Translate() to multiply on the left. 2012-01-23 11:28:16 +00:00
bitmap.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
colour.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
ellipsization.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
measuring.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00