blob: eebd404a38ba3671d5f92e68c7bdad6760d22a2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<inkscape-extension>
<_name>Embed All Images</_name>
<id>org.ekips.filter.embedimage</id>
<dependency type="executable" location="extensions">embedimage.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu _name="Images"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">embedimage.py</command>
</script>
</inkscape-extension>
|