summaryrefslogtreecommitdiffstats
path: root/share/extensions/text_randomcase.inx
blob: d0c6a2007fd7a670c706cc28c10a32ebb9f280a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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.random_case</id>
  <effect>
    <object-type>all</object-type>
    <effects-menu>
      <submenu name="Text">
        <submenu name="Change Case" />
      </submenu>
    </effects-menu>
  </effect>
  <script>
    <command location="inx" interpreter="python">text_randomcase.py</command>
  </script>
</inkscape-extension>