Add a unit test for wxAffineMatrix2D class and its support in wxDC.

Verify that applying a world transformation to wxDC really does result in the
expected transformation.

See #13092.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-04-26 22:57:20 +00:00
parent a25b5bbfc9
commit ab797d5d34
11 changed files with 176 additions and 0 deletions

View File

@@ -239,6 +239,10 @@ SOURCE=.\menu\accelentry.cpp
# End Source File
# Begin Source File
SOURCE=.\graphics\affinematrix.cpp
# End Source File
# Begin Source File
SOURCE=.\asserthelper.cpp
# End Source File
# Begin Source File