Skip to content

Simple Inkscape Scripting v2.1.0

Compare
Choose a tag to compare
@spakin spakin released this 19 Dec 23:00
· 272 commits to master since this release
4de5d30

Simple Inkscape Scripting has added a lot of nice, new features since the previous release. Here's what you can look forward to if you upgrade:

  • Clipping paths can be applied to objects.

  • Transformations can be applied/modified after object creation.

  • Objects can be animated. (Inkscape doesn't display SVG animations, but most Web browsers do.)

  • Objects can be converted to definitions. This is useful for creating template objects then instantiating (cloning) them with different transformations applied.

  • Markers (e.g., arrowheads) can be created and applied to paths.

  • Objects can be made into hyperlinks that can be followed when the SVG image is viewed in a Web browser.

  • Pre-defined conversion constants px, mm, cm, pt, and inch are provided to facilitate the use of absolute sizes and distances.