blob: 81353d1a7ebeb2fef1f3ddcfb9b51cef2c78cf68 (
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 Next Glyph</name>
<id>org.inkscape.typography.next_layer</id>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu name="Typography"/>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">next_glyph_layer.py</command>
</script>
</inkscape-extension>
|