summaryrefslogtreecommitdiffstats
path: root/share/extensions/previous_glyph_layer.inx
blob: 955bbe10cb49b82da0b86d5192236b7b9ce02fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  <name>View Previous Glyph</name>
  <id>org.inkscape.typography.previous_layer</id>
  <effect>
    <object-type>all</object-type>
    <effects-menu>
      <submenu name="Typography"/>
    </effects-menu>
  </effect>
  <script>
    <command location="inx" interpreter="python">previous_glyph_layer.py</command>
  </script>
</inkscape-extension>