diff --git a/common/cogl-primitives.c b/common/cogl-primitives.c index 89fb77e02..3adc7d2b1 100644 --- a/common/cogl-primitives.c +++ b/common/cogl-primitives.c @@ -497,7 +497,7 @@ cogl_path_rel_curve_to (ClutterFixed x1, _COGL_GET_CONTEXT (ctx, NO_RETVAL); cogl_path_curve_to (ctx->path_pen.x + x1, - ctx->path_pen.y + y2, + ctx->path_pen.y + y1, ctx->path_pen.x + x2, ctx->path_pen.y + y2, ctx->path_pen.x + x3,