Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support two means of initializing Simple Inkscape Scripting
An extension class can either derive from `SimpleInkscapeScripting` and invoke `super.effect()` from its `effect` method or derive from an arbitrary `inkex` extension type and invoke `SimpleInkscapeScripting(self).effect()` from its `effect` method.
- Loading branch information