[gegl] path,vector-fill,vector-stroke: add vector category
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] path,vector-fill,vector-stroke: add vector category
- Date: Thu, 29 Jun 2017 16:26:17 +0000 (UTC)
commit eacd2cd71a0fa5f7c1fd56addac144eae6c8abf6
Author: Øyvind Kolås <pippin gimp org>
Date: Thu Jun 29 18:26:03 2017 +0200
path,vector-fill,vector-stroke: add vector category
operations/external/path.c | 2 +-
operations/external/vector-fill.c | 2 +-
operations/external/vector-stroke.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/external/path.c b/operations/external/path.c
index 60b6d85..8ea9f24 100644
--- a/operations/external/path.c
+++ b/operations/external/path.c
@@ -531,7 +531,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:path",
"title", _("Render Path"),
- "categories", "render",
+ "categories", "render:vector",
"reference-hash", "eba13d16fba3284ceee264073ebfa356",
"reference-composition", composition,
"description" , _("Renders a brush stroke"),
diff --git a/operations/external/vector-fill.c b/operations/external/vector-fill.c
index 8202cf3..291bbfc 100644
--- a/operations/external/vector-fill.c
+++ b/operations/external/vector-fill.c
@@ -274,7 +274,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:fill-path",
"title", _("Fill Path"),
- "categories" , "render",
+ "categories", "render:vector",
"reference-hash", "d0909281920b72afbf399d942e464823",
"description", _("Renders a filled region"),
"reference-composition", composition,
diff --git a/operations/external/vector-stroke.c b/operations/external/vector-stroke.c
index 4572f39..2503d6d 100644
--- a/operations/external/vector-stroke.c
+++ b/operations/external/vector-stroke.c
@@ -300,7 +300,7 @@ gegl_op_class_init (GeglOpClass *klass)
"name", "gegl:vector-stroke",
"title", _("Vector Stroke"),
"reference-composition", composition,
- "categories", "render",
+ "categories", "render:vector",
"reference-hash", "7220be79a5455bed219cb16661275dd0",
"description", _("Renders a vector stroke"),
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]