Code

moving trunk for module inkscape
[inkscape.git] / share / extensions / embedimage.inx
1 <inkscape-extension>
2     <_name>Embed Images</_name>
3     <id>org.ekips.filter.embedimage</id>
4         <dependency type="executable" location="extensions">embedimage.py</dependency>
5         <dependency type="executable" location="extensions">inkex.py</dependency>
6     <effect>
7                 <object-type>all</object-type>
8     </effect>
9     <script>
10         <command reldir="extensions" interpreter="python">embedimage.py</command>
11     </script>
12 </inkscape-extension>