1
0
Fork 0
inkscape/share/filters
Daniel Baumann 02d935e272
Adding upstream version 1.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 23:40:13 +02:00
..
CMakeLists.txt Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00
filters.svg Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00
i18n.py Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00
README Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00
samplify.py Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00

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.