add things

This commit is contained in:
afoucaultc 2026-07-03 09:28:17 +02:00
parent e02f7f00f9
commit 0ba7bf856f
704 changed files with 0 additions and 286050 deletions

View file

@ -1,28 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Text ghoster</name>
<id>burghoff.textghoster</id>
<param name="tab" type="notebook">
<page name="scaling" gui-text="Options">
<label>Adds a blurred semi-transparent rectangle behind selected text.
</label>
<label>Useful for those occasions when you just cannot find a good place to put your text, and you have to resort to putting it over data.</label>
<label>To treat multiple text objects as one, group them together.</label>
<spacer/>
<label>Scientific Inkscape v1.4.23</label>
<label appearance="url">https://github.com/burghoff/Scientific-Inkscape</label>
<label>David Burghoff, University of Texas at Austin</label>
</page>
</param>
<effect needs-live-preview="false">
<object-type>text</object-type>
<effects-menu>
<submenu name="Scientific"/>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">text_ghoster.py</command>
</script>
</inkscape-extension>