summaryrefslogtreecommitdiffstats
path: root/share/filters/README
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
commitcca66b9ec4e494c1d919bff0f71a820d8afab1fa (patch)
tree146f39ded1c938019e1ed42d30923c2ac9e86789 /share/filters/README
parentInitial commit. (diff)
downloadinkscape-upstream/1.2.2.tar.xz
inkscape-upstream/1.2.2.zip
Adding upstream version 1.2.2.upstream/1.2.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/filters/README')
-rw-r--r--share/filters/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/share/filters/README b/share/filters/README
new file mode 100644
index 0000000..2cdb43e
--- /dev/null
+++ b/share/filters/README
@@ -0,0 +1,14 @@
+This directory is for the custom SVG filters.
+Inkscape loads filters from all SVG files here at runtime
+and makes them accessible via the Effects > Filters and its submenus.
+
+Each filter must have attributes:
+
+inkscape:label is the name in the menu
+inkscape:menu is the submenu under Effects > Filters
+inkscape:menu-tooltip is the menu command's tooltip in the statusbar
+
+These are then put into filters.svg.h in order to make them translatable.
+They should appear as a normal translation to translators through the
+gettext system.
+