14 lines
472 B
XML
14 lines
472 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Convert to Braille</name>
|
|
<id>org.inkscape.text.braille</id>
|
|
<effect>
|
|
<object-type>all</object-type>
|
|
<effects-menu>
|
|
<submenu name="Text"/>
|
|
</effects-menu>
|
|
</effect>
|
|
<script>
|
|
<command location="inx" interpreter="python">text_braille.py</command>
|
|
</script>
|
|
</inkscape-extension>
|