[gtk/wip/matthiasc/lottie-stroke: 15/16] curve editor: Decompose conics for now




commit 0f61d28a965f5d15e72d17da620dc99ae55918ec
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 1 20:54:58 2020 -0500

    curve editor: Decompose conics for now

 tests/curve-editor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/curve-editor.c b/tests/curve-editor.c
index 2b6e1fc84e..ce303529da 100644
--- a/tests/curve-editor.c
+++ b/tests/curve-editor.c
@@ -1766,7 +1766,7 @@ curve_editor_set_path (CurveEditor *self,
 
   g_array_set_size (self->points, 0);
 
-  gsk_path_foreach (path, copy_segments, self);
+  gsk_path_foreach (path, GSK_PATH_FOREACH_ALLOW_CURVE, copy_segments, self);
 
   for (i = 0; i < self->points->len; i++)
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]