File: template_seamless_pattern.inx

package info (click to toggle)
inkscape 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 402,900 kB
  • sloc: cpp: 547,256; python: 72,677; ansic: 63,355; javascript: 3,864; xml: 2,345; sh: 1,667; makefile: 824; perl: 614
file content (19 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape">
    <name>Seamless Pattern</name>
    <id>org.inkscape.template.seamless_pattern</id>

    <description>Create seamless patterns.</description>
    <category context="TemplateCategory">Other</category>

    <param name="width"  gui-text="Custom Width (px):"  type="int" min="1" max="99999999">100</param>
    <param name="height" gui-text="Custom Height (px):" type="int" min="1" max="99999999">100</param>
    
    <template icon='seamless_pattern'>
        <preset name="Seamless Pattern" label="Tiled Canvas" visibility="icon"/>
    </template>

    <script>
        <command location="inx" interpreter="python">template_seamless_pattern.py</command>
    </script>
</inkscape-extension>