summaryrefslogtreecommitdiff
path: root/src/cairo-pen.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-09-20 10:47:58 -0700
committerCarl Worth <cworth@cworth.org>2006-11-22 16:56:51 -0800
commit4cd871b6f371e86c252c2fa8d8af481d822a1dec (patch)
tree30dc1a60ce589b97c3a02b6f2ca61db2520aa1a4 /src/cairo-pen.c
parent0f7c488906128557807ca98aed5c442abf0a0b75 (diff)
downloadcairo-4cd871b6f371e86c252c2fa8d8af481d822a1dec.tar.gz
Switch from old tessellator to new tessellator
Diffstat (limited to 'src/cairo-pen.c')
-rw-r--r--src/cairo-pen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-pen.c b/src/cairo-pen.c
index 0e24f2d70..1af8c36a1 100644
--- a/src/cairo-pen.c
+++ b/src/cairo-pen.c
@@ -448,7 +448,7 @@ _cairo_pen_stroke_spline (cairo_pen_t *pen,
return status;
_cairo_polygon_close (&polygon);
- _cairo_traps_tessellate_polygon (traps, &polygon, CAIRO_FILL_RULE_WINDING);
+ _cairo_bentley_ottmann_tessellate_polygon (traps, &polygon, CAIRO_FILL_RULE_WINDING);
_cairo_polygon_fini (&polygon);
return CAIRO_STATUS_SUCCESS;