Translations:Release notes/1.0.1/53/en
Jump to navigation
Jump to search
- Shape objects now have an
is_visible
method (Commit) - Documentation extended and improved (Commit, []https://gitlab.com/inkscape/extensions/-/commit/9b21776f7c3d746911dac7305b8e1f2a08e38b70 Commit], Commit, Commit)
- Use an underscore in front of the
name
attribute value to mark things that do not need to be available in the .py file (Commit) - Shape coordinates are now reported in user units (Commit)
inkex.addNS()
is no longer required, attributes likeinkscape:groupmode
can now be used directly, too (Commit)- added method
getElementByName()
to get an object by Inkscape label (Commit) - added method
getElementsByClass()
to get objects by their class name (Commit) - added method to create Star shapes (Commit)