Newer
Older
GB_Printer / Dump / share / extensions / sk1_input.inx
@Christopher W. Olsen Christopher W. Olsen on 4 Feb 2020 698 bytes Dumping
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <_name>sK1 vector graphics files input</_name>
    <id>org.inkscape.input.sk1</id>
    <dependency type="executable" location="extensions">uniconv-ext.py</dependency>
    <input>
        <extension>.sk1</extension>
        <mimetype>application/x-xsk1</mimetype>
        <_filetypename>sK1 vector graphics files (*.sk1)</_filetypename>
        <_filetypetooltip>Open files saved in sK1 vector graphics editor</_filetypetooltip>
    </input>
    <script>
        <command reldir="extensions" interpreter="python">uniconv-ext.py</command>
    </script>
</inkscape-extension>