summaryrefslogtreecommitdiffstats
path: root/share/extensions/convert2dashes.inx
blob: 5fd2c445c0d42c3c52d45a0f340d1b69554f047f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Convert to Dashes</name>
    <id>org.inkscape.filter.dashit</id>
    <effect>
        <object-type>path</object-type>
        <effects-menu>
            <submenu name="Modify Path"/>
        </effects-menu>
    </effect>
    <script>
        <command location="inx" interpreter="python">convert2dashes.py</command>
    </script>
</inkscape-extension>