[gtk/wip/matthiasc/lottie-stroke: 1/10] curve demo: close the path




commit 51e84108234ba08b07664aa453d9fb4ed9380fd3
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Nov 29 19:18:59 2020 -0500

    curve demo: close the path

 tests/curve-editor.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/tests/curve-editor.c b/tests/curve-editor.c
index c72551cfd1..adf42d7c7d 100644
--- a/tests/curve-editor.c
+++ b/tests/curve-editor.c
@@ -770,6 +770,8 @@ curve_editor_add_path (CurveEditor    *self,
           g_assert_not_reached ();
         }
     }
+
+  gsk_path_builder_close (builder);
 }
 
 static gboolean


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