summaryrefslogtreecommitdiff
path: root/test/record2x.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/record2x.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/record2x.c')
-rw-r--r--test/record2x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/record2x.c b/test/record2x.c
index 351c3bb8e..7fe037732 100644
--- a/test/record2x.c
+++ b/test/record2x.c
@@ -313,7 +313,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);