summaryrefslogtreecommitdiffstats
path: root/share/extensions/pixelsnap.inx
blob: c46fb36f682c90bfc88577d55827a86174afb099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <_name>PixelSnap</_name>
    <id>bryhoyt.pixelsnap</id>
	<dependency type="executable" location="extensions">pixelsnap.py</dependency>
	<_param name="title" type="description">Snap all paths in selection to pixels. Snaps borders to half-points and fills to full points</_param>
    <effect>
	<effects-menu>
		<submenu _name="Modify Path"/>
	</effects-menu>
    </effect>
    <script>
        <command reldir="extensions" interpreter="python">pixelsnap.py</command>
    </script>
</inkscape-extension>