File: textext.inx

package info (click to toggle)
inkscape-textext 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,836 kB
  • sloc: python: 3,471; sh: 26; makefile: 25
file content (13 lines) | stat: -rw-r--r-- 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  <name>TexText...</name>
  <id>org.inkscape.effect.textext</id>
  <effect implements-custom-gui="true" show-stderr="true">
    <object-type>all</object-type>
    <effects-menu>
        <submenu name="Text"/>
    </effects-menu>
  </effect>
  <script>
    <command location="inx" interpreter="python">__main__.py</command>
  </script>
</inkscape-extension>