diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-10-10 18:56:07 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-10-10 18:56:07 +0000 |
| commit | e18383b3ae2e644cabdcccbbdaf3da850a62e814 (patch) | |
| tree | 8f3b1f65b387ee84f10d95e274fa68e5f7795ea8 /share/extensions/empty_icon.inx | |
| parent | Added background and no border options. (diff) | |
| download | inkscape-e18383b3ae2e644cabdcccbbdaf3da850a62e814.tar.gz inkscape-e18383b3ae2e644cabdcccbbdaf3da850a62e814.zip | |
New procedural templates.
(bzr r13341.1.267)
Diffstat (limited to 'share/extensions/empty_icon.inx')
| -rw-r--r-- | share/extensions/empty_icon.inx | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/share/extensions/empty_icon.inx b/share/extensions/empty_icon.inx new file mode 100644 index 000000000..9e36b9d20 --- /dev/null +++ b/share/extensions/empty_icon.inx @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"> + <_name>Icon</_name> + <id>org.inkscape.render.empty_icon</id> + <dependency type="executable" location="extensions">empty_icon.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + + <param name="size" _gui-text="Icon size:" type="int" min="8" max="256">16</param> + + <effect needs-live-preview="false"> + <object-type>all</object-type> + <effects-menu hidden="true" /> + </effect> + <inkscape:_templateinfo> + <inkscape:_name>Icon...</inkscape:_name> + <inkscape:author>Tavmjong Bah</inkscape:author> + <inkscape:_shortdesc>Empty icon of chosen size.</inkscape:_shortdesc> + <inkscape:date>2014-10-09</inkscape:date> + <inkscape:_keywords>empty icon</inkscape:_keywords> + </inkscape:_templateinfo> + <script> + <command reldir="extensions" interpreter="python">empty_icon.py</command> + </script> +</inkscape-extension> |
