Simple Inkscape Scripting v5.1.0 #143
spakin
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a minor release of Simple Inkscape Scripting which provides a number of small improvements relative to the last major release:
repr
produces meaningful output for all Simple Inkscape Scripting objects.examples/pixels_to_rectangles.py
, shows how to call the Python Imaging Library from within a Simple Inkscape Scripting script.There is also one very small breaking change:
rotate
,scale
, andskew
is now calledanchor
instead ofaround
.Because the documentation has always referred to this argument as
anchor
, I'm considering the correction to the code a minor change rather than a major change.See the Simple Inkscape Scripting commit log for details of all of the above.
This discussion was created from the release Simple Inkscape Scripting v5.1.0.
Beta Was this translation helpful? Give feedback.
All reactions