summaryrefslogtreecommitdiffstats
path: root/share/extensions/measure.inx
blob: 7e6aad10763a43e7afed2d05cb84d55f7e1c3f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<inkscape-extension>
    <_name>Measure Path</_name>
    <id>com.njhurst.filter.measure_length</id>
	<dependency type="executable" location="extensions">measure.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
	<param name="fontsize" type="string" _gui-text="Font size">10</param>
    <effect>
		<object-type>path</object-type>
                <effects-menu>
                    <submenu _name="Visualize Path"/>
                </effects-menu>
    </effect>
    <script>
        <command reldir="extensions" interpreter="python">measure.py</command>
    </script>
</inkscape-extension>