summaryrefslogtreecommitdiffstats
path: root/share/extensions/convert2dashes.inx
blob: 611016f9a888b7ed28e52008ea9b8a4058563741 (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 Dashes to Path</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>