summaryrefslogtreecommitdiff
path: root/test/record1414x.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-02-27 15:02:30 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2012-02-27 15:14:33 +0000
commit668e8eac3af27ddad050c0975d1aa43b2ccca01a (patch)
tree81b2a7f0929f3db8cda1dfbc6b960b288292aa8f /test/record1414x.c
parentb1b5e9b9087ff3e0679f850b36314ca38986a11d (diff)
downloadcairo-668e8eac3af27ddad050c0975d1aa43b2ccca01a.tar.gz
test/record: Fix typo in record*-text-transform
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test/record1414x.c')
-rw-r--r--test/record1414x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/record1414x.c b/test/record1414x.c
index d1bce8823..bbd03cad2 100644
--- a/test/record1414x.c
+++ b/test/record1414x.c
@@ -317,7 +317,7 @@ text_transform (cairo_t *cr)
draw_text_transform (cr);
- cairo_translate (cr, SIZE, SIZE);
+ cairo_translate (cr, TT_SIZE, TT_SIZE);
cairo_rotate (cr, M_PI);
pattern = cairo_test_create_pattern_from_png (ctx, png_filename);