summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-10-22 22:11:13 -0500
committerJonathon Jongsma <jjongsma@gnome.org>2008-10-22 22:11:13 -0500
commitccb381d30a1a523896d2b60204c0c2588fe25f02 (patch)
treef874b737505818dd71891fceebae083fd67a08df /tests
parent6ba284d970f5e1efdd1c80065751b63c22e6ddac (diff)
Add an overloaded Context::get_matrix() that returns a copy of the Matrix
Diffstat (limited to 'tests')
-rw-r--r--tests/test-context.cc1
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