Code

Extensions. Restack patch for bug #524481 (restack extension hangs for drawings with...
[inkscape.git] / share / filters / README
1 This directory is for the custom SVG filters.
2 Inkscape loads filters from all SVG files here at runtime
3 and makes them accessible via the Effects > Filters and its submenus.
5 Each filter must have attributes:
7 inkscape:label is the name in the menu
8 inkscape:menu  is the submenu under Effects > Filters
9 inkscape:menu-tooltip is the menu command's tooltip in the statusbar
11 These are then put into filters.svg.h in order to make them translatable.
12 They should appear as a normal translation to translaters through the
13 gettext system.