diff options
author | Carl Worth <cworth@cworth.org> | 2008-02-28 16:32:55 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-02-28 16:32:55 -0800 |
commit | 50a6fe1a2aa88e1f5ba40eda21142319f98f3d0d (patch) | |
tree | 6998408d2e14f022ee05fea23bace0869823ab9d /test/get-path-extents.c | |
parent | 4a73471087f42baf07988e0f2de323ed3b18dac9 (diff) |
Remove unnecessary cairo_set_tolerance call from get-path-extents test
Diffstat (limited to 'test/get-path-extents.c')
-rw-r--r-- | test/get-path-extents.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/get-path-extents.c b/test/get-path-extents.c index 214596eb..b856d2fa 100644 --- a/test/get-path-extents.c +++ b/test/get-path-extents.c @@ -289,7 +289,6 @@ draw (cairo_t *cr, int width, int height) phase = "Text"; cairo_save (cr2); - cairo_set_tolerance (cr2, 100.0); cairo_select_font_face (cr2, "Bitstream Vera Sans", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); |