Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Create multipledifference.inx
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlerch committed Oct 24, 2014
1 parent c52bd81 commit 30234b7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions multipledifference.inx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Multiple Difference</_name>
<id>org.inkscape.filter.multipledifference</id>
<dependency type="executable" location="extensions">multipledifference.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<effect>
<object-type>path</object-type>
<effects-menu>
<submenu _name="Boolean"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">multipledifference.py</command>
</script>
</inkscape-extension>

0 comments on commit 30234b7

Please sign in to comment.