[pango] [test] Fix scale



commit 992e4d27c8e66c8f8cf9df5f143759654967cbab
Author: Behdad Esfahbod <behdad behdad org>
Date:   Fri Mar 15 06:32:36 2013 -0400

    [test] Fix scale

 tests/test-pangocairo-threads.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-pangocairo-threads.c b/tests/test-pangocairo-threads.c
index 7234954..f5a8b02 100644
--- a/tests/test-pangocairo-threads.c
+++ b/tests/test-pangocairo-threads.c
@@ -35,7 +35,7 @@ draw (cairo_t *cr, PangoLayout *layout, unsigned int i)
   cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE);
 
   cairo_identity_matrix (cr);
-  cairo_scale (cr, (100 + i) / 10.,  (100 + i) / 10.);
+  cairo_scale (cr, (100 + i) / 100.,  (100 + i) / 100.);
   pango_cairo_update_layout (cr, layout);
 
   pango_cairo_show_layout (cr, layout);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]