diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2008-10-22 22:11:13 -0500 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-10-22 22:11:13 -0500 |
commit | ccb381d30a1a523896d2b60204c0c2588fe25f02 (patch) | |
tree | f874b737505818dd71891fceebae083fd67a08df /tests | |
parent | 6ba284d970f5e1efdd1c80065751b63c22e6ddac (diff) |
Add an overloaded Context::get_matrix() that returns a copy of the Matrix
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-context.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-context.cc b/tests/test-context.cc index 471581d..a52bab1 100644 --- a/tests/test-context.cc +++ b/tests/test-context.cc @@ -225,6 +225,7 @@ test_matrix () cr->set_matrix(matrix); cr->set_identity_matrix (); cr->get_matrix (matrix); + Cairo::Matrix m2 = cr->get_matrix (); } void |