File: template_seamless_pattern.inx

package info (click to toggle)
inkscape 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 320,944 kB
  • sloc: cpp: 532,425; ansic: 59,393; python: 51,398; javascript: 3,864; xml: 2,708; sh: 2,426; perl: 614; makefile: 431
file content (24 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>

    <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>
    
    <effect needs-live-preview="false">
        <object-type>all</object-type>
        <effects-menu hidden="true" />
    </effect>
    <inkscape:templateinfo>
      <inkscape:name>Seamless Pattern...</inkscape:name>
      <inkscape:author>Jabiertxof</inkscape:author>
      <inkscape:shortdesc>Create seamless patterns.</inkscape:shortdesc>
      <inkscape:date>2014-10-16</inkscape:date>
      <inkscape:keywords>live seamless patterns</inkscape:keywords>
    </inkscape:templateinfo>

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