Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test_model.py
diff options
context:
space:
mode:
authorNostalghia <b.vehikel@googlemail.com>2010-05-22 13:52:30 (GMT)
committer Nostalghia <b.vehikel@googlemail.com>2010-05-22 13:52:30 (GMT)
commite24ca571a8dccf66740d66e50b47862b5e28adc9 (patch)
treec65719efcd250439c45c96537f4e49654c51d145 /test_model.py
parent8394595622cbeb9894da9e83fd3dadacd6266cf6 (diff)
Bug fixing the mask modifier and border modifier in the rendering engine.
This is not backward compatible.
Diffstat (limited to 'test_model.py')
-rw-r--r--test_model.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_model.py b/test_model.py
index b345d6a..28d877c 100644
--- a/test_model.py
+++ b/test_model.py
@@ -485,6 +485,7 @@ class TestKandidModel(unittest.TestCase):
surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, width, height)
ctx = cairo.Context(surface)
ctx.scale(width, height)
+ ka_debug.matrix(ctx.get_matrix())
# paint background
ctx.set_operator(cairo.OPERATOR_SOURCE)
ctx.set_source_rgb(0.0, 0.0, 0.0)