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
- Host: GitHub
- URL: https://github.com/mondeja/inkscape-utils
- Owner: mondeja
- Created: 2021-08-31T10:53:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T21:26:02.000Z (about 4 years ago)
- Last Synced: 2025-02-13T20:17:53.597Z (8 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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