Difference between revisions of "Translations:Release notes/1.0.1/53/en"

From Inkscape Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 21:49, 7 September 2020

Message definition (Release notes/1.0.1)
* '''Shape objects''' now have an <code>is_visible</code> method ([https://gitlab.com/inkscape/extensions/-/commit/3e10fece0acc07bc33462ca474f0fc6418c7d552 Commit])
* '''Documentation''' extended and improved ([https://gitlab.com/inkscape/extensions/-/commit/050be97eed47a303cb823f46e2febb7e2196b989 Commit], []https://gitlab.com/inkscape/extensions/-/commit/9b21776f7c3d746911dac7305b8e1f2a08e38b70 Commit], [https://gitlab.com/inkscape/extensions/-/commit/639bb6914c7f44771c33f0031718c777504ca2a1 Commit], [https://gitlab.com/inkscape/extensions/-/commit/fe0efe3f2c3f2dccbbf365ff5f0270d89dc645e3 Commit])
* Use an underscore in front of the <code>name</code> attribute value to mark things that do not need to be available in the .py file ([https://gitlab.com/inkscape/extensions/-/commit/cc7c37b18cf968b7042f97a6d51610a9e6110ef5 Commit])
* '''Shape coordinates''' are now reported in user units ([https://gitlab.com/inkscape/extensions/-/commit/768ba690dd3e3eb303d94cb27874dac60cffb064 Commit])
* <code>inkex.addNS()</code> is no longer required, attributes like <code>inkscape:groupmode</code> can now be used directly, too ([https://gitlab.com/inkscape/extensions/-/commit/6b956b31602f77e9d4be250f4f431c7c264bd21b Commit])
* added method <code>getElementByName()</code> to '''get an object by Inkscape label''' ([https://gitlab.com/inkscape/extensions/-/commit/d45bb4e90071ee89efea84cf683281b5b0e55bcc Commit])
* added method <code>getElementsByClass()</code> to '''get objects by their class name''' ([https://gitlab.com/inkscape/extensions/-/commit/cc0399aad1c0e7916060e9d03f3da39c99688169 Commit])
* added '''method to create Star shapes''' ([https://gitlab.com/inkscape/extensions/-/commit/4af033bd814373d897590b7dc22e0f5f111d7695 Commit])