- Get element by id in Inkscape
- A Google search couldn’t find this before, so I’m going to nudge it along. The way to get an Inkscape node by Id in an Effect is with self.getElementById('Id').
- Using the color picker in Inkscape extensions
- It was pretty easy, looking at the built-in extensions, to switch colors from one to another if I wanted to type their values by hand. But using the color parameter type took a bit of sleuthing.
- Write an Inkscape extension: create multiple duplicates
- Once you get past the complete lack of simple real-world examples, it’s pretty easy to make Inkscape extensions. So, here’s a simple real-world example.