From 599025b8e09be15612a936d18dc0addf207c77b6 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Tue, 16 Jun 2009 01:23:41 +0200 Subject: [PATCH] [AdgPath] Corrected docblock in adg_path_arc() The eventual move-to/line-to primitives automatically added are prepended to the arc, not to the path. --- adg/adg-path.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adg/adg-path.c b/adg/adg-path.c index 17da1aa7..ff7b7cdf 100644 --- a/adg/adg-path.c +++ b/adg/adg-path.c @@ -449,8 +449,8 @@ adg_path_close(AdgPath *path) * * By explicitely setting the whole arc data, the start point could be * different from the current point. In this case, if @path has no - * current point before this call, a %CAIRO_PATH_MOVE_TO to the start - * point of the arc will be automatically prepended to @path. + * current point before the call a %CAIRO_PATH_MOVE_TO to the start + * point of the arc will be automatically prepended to the arc. * If @path has a current point, a %CAIRO_PATH_LINE_TO to the start * point of the arc will be used instead of the moveto. **/ -- 2.11.4.GIT