An open API service indexing awesome lists of open source software.

https://github.com/mondeja/inkscape-utils

Tutorials, links and other inkscape related stuff
https://github.com/mondeja/inkscape-utils

Last synced: 8 months ago
JSON representation

Tutorials, links and other inkscape related stuff

Awesome Lists containing this project

README

          

# inkscape-utils

- ["Hello World" extension][hello-world-ext]
- [Third party extensions translation][3rd-party-exts-translation]
- [How to pass parameters to extensions using Inkscape CLI][cli-ext-params]

# SVG advanced utils

- [Animation examples][svg-animation-examples]
- [Inject Javascript into SVG][inject-js-in-svg]

[hello-world-ext]: https://github.com/mondeja/inkscape-utils/tree/master/hello-world-ext
[3rd-party-exts-translation]: https://github.com/mondeja/inkscape-utils/tree/master/3rd-party-exts-translation
[cli-ext-params]: https://github.com/mondeja/inkscape-utils/tree/master/cli-ext-params
[svg-animation-examples]: http://srufaculty.sru.edu/david.dailey/svg/bucketful.htm
[inject-js-in-svg]: https://github.com/mondeja/inkscape-utils/tree/master/js-in-svg