<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RainerKeller</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RainerKeller"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/RainerKeller"/>
	<updated>2026-06-05T09:15:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Release_notes/0.92.4&amp;diff=111926</id>
		<title>Release notes/0.92.4</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Release_notes/0.92.4&amp;diff=111926"/>
		<updated>2018-09-19T16:47:35Z</updated>

		<summary type="html">&lt;p&gt;RainerKeller: /* Improvements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Other languages | en = {{FULLPAGENAME}}}}&lt;br /&gt;
&lt;br /&gt;
==Release highlights==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Released on '''2018-03-23'''--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Not yet released'''&lt;br /&gt;
&lt;br /&gt;
Inkscape 0.92.4 is a stability and bugfix release.&lt;br /&gt;
&lt;br /&gt;
==Improvements==&lt;br /&gt;
&lt;br /&gt;
=== Align and Distribute ===&lt;br /&gt;
&lt;br /&gt;
Allow to align multiple objects as group relatively to a single object&lt;br /&gt;
&lt;br /&gt;
This makes &amp;quot;treat selection as group&amp;quot; useful with the selections &amp;quot;Last selected / First selected / Biggest object / Smallest object&amp;quot; in which case all elements will be moved as a group relative to the &amp;quot;focused&amp;quot; element which will be kept fixed.&lt;br /&gt;
&lt;br /&gt;
Example aligning multiple (ungrouped) objects to first selected object:&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:Align as group to focused.gif|link=http://wiki.inkscape.org/wiki/images/archive/20180325153703%21Align_as_group_to_focused.gif]]&lt;br /&gt;
&lt;br /&gt;
=== Color sliders ===&lt;br /&gt;
&lt;br /&gt;
Allow to constrain movement of color sliders by holding &amp;quot;Ctrl&amp;quot; key.&lt;br /&gt;
&lt;br /&gt;
[[File:Color slider default.gif]] [[File:Color slider constrained.gif]]&amp;lt;br&amp;gt;&lt;br /&gt;
(step size is 16 if the max value is 255, and 10 if it's 100)&lt;br /&gt;
&lt;br /&gt;
=== Extensions ===&lt;br /&gt;
&lt;br /&gt;
Previously, the current selection was lost after running an extension. Now, whenever possible, Inkscape will try to keep the objects selected.&lt;br /&gt;
&lt;br /&gt;
=== Automated Graphics Processing ===&lt;br /&gt;
&lt;br /&gt;
Inkscape is now able to read and write pipes. You can use this to process data without using temporary files.&lt;br /&gt;
&lt;br /&gt;
You can read from standard input&lt;br /&gt;
&lt;br /&gt;
  cat vector.svg | inkscape --file - --export-png img.png&lt;br /&gt;
&lt;br /&gt;
You can write image data to standard output and directly convert to JPEG&lt;br /&gt;
&lt;br /&gt;
  inkscape --file vector.svg --export-png - | convert - out.jpg&lt;br /&gt;
&lt;br /&gt;
Also full processing mode is possible by reading and writing to pipes&lt;br /&gt;
&lt;br /&gt;
  cat vector.svg | inkscape --file - --export-png - | convert - out.jpg&lt;br /&gt;
&lt;br /&gt;
==Regression fixes==&lt;br /&gt;
&lt;br /&gt;
* Deselecting a path with many nodes could take a long time (Bugs #[https://bugs.launchpad.net/inkscape/+bug/1652100 1652100] and #[https://bugs.launchpad.net/inkscape/+bug/1745763 1745763])&lt;br /&gt;
&lt;br /&gt;
==Notable bugfixes==&lt;br /&gt;
&lt;br /&gt;
* Some printer drivers (reportedly Canon, EPSON, and Konica Minolta drivers) either failed to print at all or scaled documents to the wrong paper size, because Inkscape always sent jobs with custom paper sizes instead of sizes supported by the drivers.  (Bug #[https://bugs.launchpad.net/inkscape/+bug/630635 630635] comments 3-7; bug #[https://bugs.launchpad.net/inkscape/+bug/1289733 1289733]; GitLab MRs [https://gitlab.com/inkscape/inkscape/merge_requests/258 258] and [https://gitlab.com/inkscape/inkscape/merge_requests/259 259])&lt;br /&gt;
* The measurement tool got confused by mirrored text. Now it measures distances between letters correctly, even when mirrored. (Bug #[https://bugs.launchpad.net/inkscape/+bug/1738504 1738504])&lt;br /&gt;
* Fix reduced opacity of partially transparent embedded bitmap images in PDF export. (Bug #[https://bugs.launchpad.net/inkscape/+bug/381677 381677])&lt;br /&gt;
* Fix reduced opacity of partially transparent filtered objects in PDF export when &amp;quot;Rasterize filter effects&amp;quot; is active. (Bug #[https://bugs.launchpad.net/inkscape/+bug/381677 381677])&lt;br /&gt;
&lt;br /&gt;
== More bug fixes ==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
For a complete list, visit [https://launchpad.net/inkscape/+milestone/0.92.4 our launchpad bug tracker] and see the [https://gitlab.com/inkscape/inkscape/commits/0.92.x commit history on gitlab] (all changes from March, 11th 2018 until release date).&lt;br /&gt;
&lt;br /&gt;
==Translations==&lt;br /&gt;
&lt;br /&gt;
The following UI translations received updates:&lt;br /&gt;
&lt;br /&gt;
* language&lt;br /&gt;
&lt;br /&gt;
The following installer translations received updates:&lt;br /&gt;
&lt;br /&gt;
* language&lt;br /&gt;
&lt;br /&gt;
The following documentation translations received updates:&lt;br /&gt;
&lt;br /&gt;
* Ukrainian&lt;br /&gt;
* Hungarian&lt;br /&gt;
&lt;br /&gt;
===Contributing to interface translations===&lt;br /&gt;
&lt;br /&gt;
Want to help with translations? [https://inkscape.org/contribute/translations/ Learn how to help!]&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
* Layout of HTML Keyboard Shortcut Reference improved&lt;br /&gt;
* Indicate correct keyboard shortcut for the measurement tool in Keyboard Shortcut Reference&lt;br /&gt;
* Clarification in the man page for usage of the -z / --verb options in combination &lt;br /&gt;
&lt;br /&gt;
===Contributing to documentation and documentation translation===&lt;br /&gt;
Contributions to the documentation translations, as well as improvements to its contents, are welcome at [https://gitlab.com/inkscape/inkscape-docs/documentation the inkscape-docs repository].&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Previous releases==&lt;br /&gt;
* [[Release notes/0.92]]&lt;br /&gt;
* [[Release notes/0.92.1]]&lt;br /&gt;
* [[Release notes/0.92.2]]&lt;br /&gt;
* [[Release notes/0.92.3]]&lt;/div&gt;</summary>
		<author><name>RainerKeller</name></author>
	</entry>
</feed>