kopia lustrzana https://github.com/inkstitch/inkstitch
21 wiersze
941 B
XML
21 wiersze
941 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Install custom palette</name>
|
|
<id>org.inkstitch.install_custom_palette</id>
|
|
<param name="extension" type="string" gui-hidden="true">install_custom_palette</param>
|
|
<label indent="1">Choose a .gpl color palette file to install into Inkscape.</label>
|
|
<label indent="1">Restart Inkscape to use.</label>
|
|
<param indent="1" name="filepath" type="path" gui-text="Choose file" mode="file" filetypes="gpl"/>
|
|
<effect needs-live-preview="false">
|
|
<object-type>all</object-type>
|
|
<effects-menu>
|
|
<submenu name="Ink/Stitch" translatable="no">
|
|
<submenu name="Thread Color Management" />
|
|
</submenu>
|
|
</effects-menu>
|
|
</effect>
|
|
<script>
|
|
{{ command_tag | safe }}
|
|
</script>
|
|
</inkscape-extension>
|