Simple Inkscape Scripting v2.1.0
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
, andinch
are provided to facilitate the use of absolute sizes and distances.