summaryrefslogtreecommitdiff
path: root/src/cairo-path-stroke-polygon.c
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-02-11 07:02:05 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-02-11 07:02:05 -0800
commitb90199182adaba2f31d156ee5582bfe42d58fc15 (patch)
treed99d1e3ed498f0e9e0821d16c22c44d5479f6fb1 /src/cairo-path-stroke-polygon.c
parenta38f0dced529c3f584fd69c10373893842f4d1d5 (diff)
downloadcairo-b90199182adaba2f31d156ee5582bfe42d58fc15.tar.gz
cairo-b90199182adaba2f31d156ee5582bfe42d58fc15.tar.bz2
cairo-b90199182adaba2f31d156ee5582bfe42d58fc15.zip
Imported Upstream version 1.12.14upstream/1.12.14
Diffstat (limited to 'src/cairo-path-stroke-polygon.c')
-rw-r--r--src/cairo-path-stroke-polygon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-path-stroke-polygon.c b/src/cairo-path-stroke-polygon.c
index f6e81e0..2c8fe5e 100644
--- a/src/cairo-path-stroke-polygon.c
+++ b/src/cairo-path-stroke-polygon.c
@@ -1169,7 +1169,7 @@ curve_to (void *closure,
cairo_stroke_face_t face;
if (stroker->has_bounds &&
- ! _cairo_spline_intersects (&stroker->current_face.point, b, c, b,
+ ! _cairo_spline_intersects (&stroker->current_face.point, b, c, d,
&stroker->bounds))
return line_to (closure, d);