Hey, I just subscribed to this list.
I've written an effect for Inkscape in Python, and if you like it, it'd be nice to see it included in the official Inkscape. I've explained what it's supposed to do, with screenshots, here:
http://www.ping.uio.no/~ovehk/inkscape/stack.html
Comments welcome. Perhaps I should call it something else (I just called it "stack" because it kind of stacks the stroke on top and the fill on the bottom), and perhaps there's a better way to do what I'm trying to do.
(Also, it'd be nice if there was a better tool for brushing out blobs than that calligraphy+union trick I used there...)
<inkscape-extension> <_name>Stack Stroke/Fill</_name> <id>org.ekips.filter.stack</id> <dependency type="executable" location="extensions">stack.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <effect> <object-type>all</object-type> <effects-menu> <submenu _name="Generate from Path"/> </effects-menu> </effect> <script> <command reldir="extensions" interpreter="python">stack.py</command> </script> </inkscape-extension>
It's a very useful extension! Thanks! It will help me on my work!
participants (2)
-
Karlisson
-
Ove Kaaven