aboutsummaryrefslogtreecommitdiff
path: root/imagemap.inx
blob: fb088bdeb94747dde5f27e091a3b1ba842c3aad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<inkscape-extension translationdomain="imagemap" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
	<name>Save as Image Map</name>
	<id>computer.viatrix.inx.imagemap</id>
	<description>Adds Web image maps as a format in the Save dialog.</description>
	<param type="optiongroup" appearance="radio" name="maptype" gui-text="Map Type">
		<option value="HTML" translatable="no">HTML</option>
		<option value="XHTML" translatable="no">XHTML</option>
		<option value="mod_imagemap" translatable="no">mod_imagemap</option>
	</param>
	<output>
		<extension>.map</extension>
		<mimetype>text/plain</mimetype>
		<filetypename>Web Image Map (*.map)</filetypename>
		<dataloss>true</dataloss>
	</output>
	<script>
		<command location="inx" interpreter="python">imagemap.py</command>
	</script>
</inkscape-extension>