summaryrefslogtreecommitdiffstats
path: root/share/extensions/text_randomcase.inx
blob: f6fd23ba6eddb1ca4e9947da00f01f9b0f3ff23d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  <_name>rANdOm CasE</_name>
  <id>org.inkscape.text.randomcase</id>
  <dependency type="executable" location="extensions">chardataeffect.py</dependency>
  <dependency type="executable" location="extensions">text_randomcase.py</dependency>
  <effect>
    <object-type>all</object-type>
    <effects-menu>
      <submenu _name="Text">
        <submenu _name="Change Case" />
      </submenu>
    </effects-menu>
  </effect>
  <script>
    <command reldir="extensions" interpreter="python">text_randomcase.py</command>
  </script>
</inkscape-extension>