gegl r2663 - in trunk: . bin
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2663 - in trunk: . bin
- Date: Wed, 29 Oct 2008 00:18:21 +0000 (UTC)
Author: ok
Date: Wed Oct 29 00:18:21 2008
New Revision: 2663
URL: http://svn.gnome.org/viewvc/gegl?rev=2663&view=rev
Log:
* bin/editor.c: (editor_set_active): make the paths of strokes
editable.
Modified:
trunk/ChangeLog
trunk/bin/editor.c
Modified: trunk/bin/editor.c
==============================================================================
--- trunk/bin/editor.c (original)
+++ trunk/bin/editor.c Wed Oct 29 00:18:21 2008
@@ -634,7 +634,8 @@
opname = gegl_node_get_operation (node);
- if (g_str_equal (opname, "gegl:fill"))
+ if (g_str_equal (opname, "gegl:fill") ||
+ g_str_equal (opname, "gegl:stroke"))
{
GeglPath *vector;
gegl_node_get (node, "path", &vector, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]