test/record: Fix typo in record*-text-transform
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
|
@ -311,7 +311,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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 5.3 KiB |
BIN
test/reference/record1414x-text-transform.ref.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 8.1 KiB |
BIN
test/reference/record2x-text-transform.ref.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 8.1 KiB |