Code

Removing seemingly dead/unused extension files that are causing a menu problem -...
[inkscape.git] / share / extensions / svgz_output.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>SVGZ Output</_name>
4     <id>org.inkscape.output.SVGZ</id>
5     <dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
6     <dependency type="executable">gzip</dependency>
7     <output>
8         <extension>.svgz</extension>
9         <mimetype>image/x-svgz</mimetype>
10         <_filetypename>Compressed Inkscape SVG (*.svgz)</_filetypename>
11         <_filetypetooltip>Inkscape's native file format compressed with GZip</_filetypetooltip>
12         <dataloss>false</dataloss>
13     </output>
14     <script>
15         <command reldir="path">gzip -c</command>
16         <helper_extension>org.inkscape.output.svg.inkscape</helper_extension>
17     </script>
18 </inkscape-extension>