summaryrefslogtreecommitdiff
path: root/test/fallback-resolution.c
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2008-10-16 17:22:48 +1030
committerAdrian Johnson <ajohnson@redneon.com>2008-10-16 17:22:48 +1030
commit5911c6966de832fa350a6e9a4d587b7c3b3b4825 (patch)
treede20acd635475767a19b61d2b85e20e3792b948d /test/fallback-resolution.c
parent6afcd821182137e8c3f128f9600e97cff79978b8 (diff)
Use correct inverse ctm for stroke in meta surface replay
This fixes #9189 Dashed strokes too long in fallback images
Diffstat (limited to 'test/fallback-resolution.c')
-rw-r--r--test/fallback-resolution.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fallback-resolution.c b/test/fallback-resolution.c
index 8b5842e2d..c83ff8269 100644
--- a/test/fallback-resolution.c
+++ b/test/fallback-resolution.c
@@ -301,7 +301,7 @@ main (void)
cairo_test_context_t ctx;
cairo_t *cr;
cairo_test_status_t ret = CAIRO_TEST_UNTESTED;
- double ppi[] = { 600., 300., 150., 75., 72, 37.5 };
+ double ppi[] = { 576., 288., 144., 72., 36. };
unsigned int i;
int ppi_x, ppi_y, num_ppi;