1<?xml version="1.0" encoding="UTF-8"?>
2<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3  <name>Collection of SVG files One per root layer</name>
4  <id>org.inkscape.output.tar_layers</id>
5  <dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
6  <output>
7    <extension>.tar</extension>
8    <mimetype>application/tar</mimetype>
9    <filetypename>Layers as Separate SVG (*.tar)</filetypename>
10    <filetypetooltip>Each layer split into it's own svg file and collected as a tape archive (tar file)</filetypetooltip>
11    <dataloss>false</dataloss>
12  </output>
13  <script>
14    <command location="inx" interpreter="python">tar_layers.py</command>
15    <helper_extension>org.inkscape.output.svg.inkscape</helper_extension>
16  </script>
17</inkscape-extension>
18