From d380d9e3047b4f302ce92f15ff858b2381ab64b8 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Fri, 13 Feb 2015 19:54:01 +0100 Subject: [PATCH] adg: rescan after adg_path_append_cairo_path() After the above call, rescan the internal cairo path to refresh the last and the over primitives. --- src/adg/adg-path.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/adg/adg-path.c b/src/adg/adg-path.c index b969e397..1d7daf9b 100644 --- a/src/adg/adg-path.c +++ b/src/adg/adg-path.c @@ -538,6 +538,7 @@ adg_path_append_cairo_path(AdgPath *path, const cairo_path_t *cairo_path) data->cairo.array = g_array_append_vals(data->cairo.array, cairo_path->data, cairo_path->num_data); + _adg_rescan(path); } /** -- 2.11.4.GIT