blob: 53bea255e1ee4a16e1cd8e44dd52561ae8aa2d17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Import Web Image...</name>
<id>org.inkscape.import_web_image</id>
<effect implements-custom-gui="true">
<object-type>all</object-type>
<effects-menu hidden="true"/>
</effect>
<script>
<command location="inx" interpreter="python">import_web_image.py</command>
</script>
</inkscape-extension>
|