About Download News Community Learn Contribute Develop Support Us
Release Notes
Contents
Release highlights
tienkiem.com.vn 0.92.4 is a stability and bugfix release. It also brings some notable performance improvements for filter rendering, measure tool, saving and moving paths (with a live path effect) and includes a couple of small, but impactful usage improvements.
Đang xem: Inkscape latest version with crack full
Important changes
This tienkiem.com.vn version will not work with Windows XP / Vista anymore. tienkiem.com.vn 0.92.3 is the last supported version on those OSs.
The tienkiem.com.vn project has opened a new, user-facing bug tracker on gitlab: https://tienkiem.com.vn/report . Please use this new tracker to report issues that occur with tienkiem.com.vn 0.92.4 and with development builds.
Improvements
Align and Distribute
You can now align multiple (ungrouped) objects as a group relative to another, single object.
This makes “treat selection as group” useful with the selections “Last selected / First selected / Biggest object / Smallest object” in which case all elements will be moved as a group relative to the “focused” element which will be kept fixed.
Example aligning multiple (ungrouped) objects to first selected object:

Color sliders
The movement of the color sliders can now be constrained by holding the “Ctrl” key while dragging.
Xem thêm: ViếT PhầN Má»M Phã¢N TãCh Thá»Ng K㪠Dá»± ÄOã¡N Xá» Sá»
(step size is 16 if the max value is 255, and 10 if the max is 100)


Extensions
Previously, the current selection was lost after running an extension. Now, whenever possible, tienkiem.com.vn will try to keep the objects selected.Extensions developers can again rely on the order of inkex.Effect.selected.iteritems() reflecting the user”s selection order properly.Extensions work faster now in documents consisting of a large number of objects.
Automated Graphics Processing
tienkiem.com.vn is now able to read and write pipes. You can use this to process data without using temporary files.
You can read from standard input:
cat vector.svg | tienkiem.com.vn –file – –export-png img.pngYou can write image data to standard output and directly convert to JPEG:
tienkiem.com.vn –file vector.svg –export-png – | convert – out.jpgAlso a full processing chain is possible by reading and writing to pipes:
cat vector.svg | tienkiem.com.vn –file – –export-png – | convert – out.jpg
Other improvements
Regression fixes
Notable bugfixes
More bug fixes
There were even more issues fixed than those listed above, but these probably only affect a small portion of users, or are relevant for development and packaging only.
For a complete list, visit our launchpad bug tracker and see the commit history on gitlab (all changes from March, 11th 2018 until release date).
Xem thêm: Teamviewer 12 For Free – Previous Versions Of Teamviewer
Translations
The following UI translations received updates:
Brazilian PortugueseHungarianIcelandicRomanianSpanish
The following documentation translations received updates:
HungarianUkrainian
Contributing to interface translations
Want to help with translations? Learn how to help!
Documentation
Layout of HTML Keyboard Shortcut Reference improvedIndicate correct keyboard shortcut for the measurement tool in Keyboard Shortcut ReferenceClarification in the man page for usage of the -z / –verb options in combination
Contributing to documentation and documentation translation
Contributions to the documentation translations, as well as improvements to its contents, are welcome at the tienkiem.com.vn-docs repository .