<?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=193.1.100.104</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=193.1.100.104"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/193.1.100.104"/>
	<updated>2026-06-09T15:05:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Release_notes/0.44&amp;diff=3831</id>
		<title>Release notes/0.44</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Release_notes/0.44&amp;diff=3831"/>
		<updated>2005-09-13T11:42:31Z</updated>

		<summary type="html">&lt;p&gt;193.1.100.104: *&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Inkscape 0.43 =&lt;br /&gt;
&lt;br /&gt;
== In brief ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Connector support:&amp;lt;/b&amp;gt; a new tool and preliminary support for connectors, i.e., autorouting (object-avoiding) lines drawn between objects. Useful for diagramming.&lt;br /&gt;
&lt;br /&gt;
== New functionality ==&lt;br /&gt;
&lt;br /&gt;
* [whiteboard]&lt;br /&gt;
&lt;br /&gt;
* [ocal browser?]&lt;br /&gt;
&lt;br /&gt;
* Support for &amp;lt;b&amp;gt;extended input devices&amp;lt;/b&amp;gt; has been added:&lt;br /&gt;
** The calligraphy tool now has optional &amp;lt;b&amp;gt;pressure and/or tilt support&amp;lt;/b&amp;gt; from an input device such as a tablet. Pressure can be used to alter the width of the pen and tilt can be used to alter the angle of the pen's nib.&lt;br /&gt;
** A standard input device dialog has been added. Input device settings are saved to and loaded from the preferences.&lt;br /&gt;
&lt;br /&gt;
* New capabilities in the &amp;lt;b&amp;gt;Node tool&amp;lt;/b&amp;gt;:&lt;br /&gt;
** Clicking on a selected path &amp;lt;b&amp;gt;selects the two nodes&amp;lt;/b&amp;gt; closest to the click point. Shift+click adds or removes these two nodes to the node selection (when only one path is selected; otherwise Shift+click works as in Selector).&lt;br /&gt;
** Double click or Ctrl+Alt+click anywhere on the selected path &amp;lt;b&amp;gt;creates a new node&amp;lt;/b&amp;gt; at the click point, without changing the shape of the path. (Previously, you could only add a node in the middle of a segment by using a toolbar button.)&lt;br /&gt;
** You can now edit paths by &amp;lt;b&amp;gt;dragging any point&amp;lt;/b&amp;gt; on a path, not only node(s) as before. In many cases it's a much more convenient way to reshape paths than anything available before. When you drag a curve close enough to one of the nodes, only that node's handle(s) are affected; if you drag a point midway between two nodes, both nodes' handles are adjusted.&lt;br /&gt;
** As in Selector, if you press Shift before starting to drag, you always get a node selection rubberband rectangle (even if you start on a path [but not a node!]).&lt;br /&gt;
** After duplicating (Shift+D) an endnode, the selected node is always the new endnode, so you can move it at once.&lt;br /&gt;
&lt;br /&gt;
* In Pen tool, while you are drawing a path, the statusbar displays the distance and angle of the current mouse point from the last created node of the path. This makes it easy to create a path from the given lengths and angles of linear segments. When you are dragging to create a curve handle, statusbar also displays the length and the angle of the handle. &lt;br /&gt;
&lt;br /&gt;
* A new preference option, &amp;lt;b&amp;gt;Compass-like angle display&amp;lt;/b&amp;gt; (Steps tab), allows you to have absolute angles specified in a compass notation (0 at north, 0 to 360 range, increasing clockwise) instead of the default trigonometric notation (0 at east, -180 to 180 range, increasing counterclockwise). This affects the statusbar angle display for path segments and handles in Pen and Node tools.&lt;br /&gt;
&lt;br /&gt;
* Pen and Pencil tools now display helpful statusbar hints when the mouse is over one of the end anchors of the selected path.&lt;br /&gt;
&lt;br /&gt;
* The precision of most editable length fields is increased from 0.01 to 0.001.&lt;br /&gt;
&lt;br /&gt;
* The minimum zoom is extended from 4% to 1%.&lt;br /&gt;
&lt;br /&gt;
* More support for &amp;lt;b&amp;gt;viewBox&amp;lt;/b&amp;gt;: If the root &amp;lt;svg&amp;gt; element of your document has width/height attributes set in percentage units &amp;lt;i&amp;gt;and&amp;lt;/i&amp;gt; there's a viewBox on that element, then:&lt;br /&gt;
** The canvas size is set to the value of the viewBox attribute.&lt;br /&gt;
** Changing the canvas size in Document Preferences sets the viewBox, without touching the width/height values.&lt;br /&gt;
:This does not affect regular documents created in Inkscape, but makes it easier to edit other SVG files that use viewBox.&lt;br /&gt;
&lt;br /&gt;
* [dxf import?]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Connectors ==&lt;br /&gt;
&lt;br /&gt;
* Inkscape now includes preliminary support for connectors.  Connectors are lines drawn between objects, that stay connected to the objects as objects are manipulated.  Objects on the canvas have an &amp;quot;connector-avoid&amp;quot; property, which when set causes connectors to automatically route around the object.&lt;br /&gt;
&lt;br /&gt;
* The &amp;lt;b&amp;gt;Connector tool&amp;lt;/b&amp;gt; (&amp;lt;b&amp;gt;Ctrl+F2&amp;lt;/b&amp;gt; or the &amp;lt;b&amp;gt;o&amp;lt;/b&amp;gt; key) is a new way of creating and rerouting connectors, as well as marking objects &amp;quot;ignored&amp;quot; or &amp;quot;avoided&amp;quot; for the purpose of routing connectors.&lt;br /&gt;
&lt;br /&gt;
** A new &amp;lt;b&amp;gt;connector&amp;lt;/b&amp;gt; can be drawn by clicking and dragging from any point on the canvas.  The connector is finalized when the mouse is released.  Connectors can also be created with two clicks, rather than click-and-drag, if this is preferred.  In this case, click once &amp;lt;b&amp;gt;on an empty point on the canvas&amp;lt;/b&amp;gt; to begin drawing the connector, then move the mouse to the new connector's target point and then click again to finalize the connector.  Single clicking on a canvas object selects/deselects that object, just as in other tools.&lt;br /&gt;
&lt;br /&gt;
** &amp;lt;b&amp;gt;Connection point&amp;lt;/b&amp;gt; handles are shown while the mouse cursor is hovering over a non-connector object in the connector tool.  Currently they are shown only at the center of objects.  When creating a connector, if the connector is started or ended over a connection point then the connector will be &amp;lt;b&amp;gt;attached&amp;lt;/b&amp;gt; to those that object.  From then on the connector will be automatically rerouted whenever the attached object is moved.&lt;br /&gt;
&lt;br /&gt;
** Connectors attached to objects are currently drawn to the bounding box of those objects.  It is planned that they will be drawn instead to the edges of objects.&lt;br /&gt;
&lt;br /&gt;
** A selected connector will show two &amp;lt;b&amp;gt;endpoint handles&amp;lt;/b&amp;gt;.  By clicking and dragging these, the connector can be rerouted and attached/dettached from objects. &lt;br /&gt;
 &lt;br /&gt;
** The &amp;lt;b&amp;gt;Make connectors avoid selected objects&amp;lt;/b&amp;gt; button marks all objects in the selection as &amp;quot;avoided&amp;quot;, causing all current and future connectors to automatically avoid these objects.&lt;br /&gt;
&lt;br /&gt;
** The &amp;lt;b&amp;gt;Make connectors ignore selected objects&amp;lt;/b&amp;gt; button marks all objects in the selection as &amp;quot;ignored&amp;quot;, causing all current and future connectors to completely ignore these objects.  This is the default for all canvas items, i.e., no objects are automatically routed around by default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extensions ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Add Nodes&amp;lt;/b&amp;gt;: Adds nodes to the selected paths. Each segment of the selected path is subdivided into ceil(Length/Max) equal length segments. Lengths are measured in SVG User Units calculated from the path data and does not take into account any transforms.&lt;br /&gt;
* &amp;lt;b&amp;gt;Whirl&amp;lt;/b&amp;gt;: Twists the selected paths around the specified center point.&lt;br /&gt;
* &amp;lt;b&amp;gt;Summer's Night&amp;lt;/b&amp;gt;: Linearly distorts a path into the destination quadrilateral. The destination quadrilateral is specified by a four node path (closed or not). To use, draw and position a four node path. Select the four node path first and then add to selection the path you wish to distort. The original position of the four nodes is considered to be clockwise around the bounding box of the path to distort beginning in the upper left corner.&lt;br /&gt;
* [svgslice?]&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
&lt;br /&gt;
* [Menu configurability and sensitivity - ted]&lt;br /&gt;
&lt;br /&gt;
* [Icon preview changes - joncruz]&lt;br /&gt;
&lt;br /&gt;
* Rectangles and ellipses now use different &amp;lt;b&amp;gt;handle shapes&amp;lt;/b&amp;gt;, so it's much easier to see which handle does what. The two &amp;lt;b&amp;gt;square&amp;lt;/b&amp;gt; handles change the size of the object, while the two &amp;lt;b&amp;gt;round&amp;lt;/b&amp;gt; handles adjust the rounding corners (in rects) and arc/segment ends (in ellipses).&lt;br /&gt;
&lt;br /&gt;
* The controls for the Rectangle tool now include &amp;lt;b&amp;gt;W&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;H&amp;lt;/b&amp;gt; fields for setting the width/height of selected rectangle(s) numerically.&lt;br /&gt;
&lt;br /&gt;
* In the controls of Rectangle and Ellipse tools, the &amp;quot;Not rounded&amp;quot; and &amp;quot;Make whole&amp;quot; buttons are now grayed out when the selected object cannot use the corresponding function (i.e. when a rect is already not rounded and the ellipse is already whole, which are the defaults).&lt;br /&gt;
&lt;br /&gt;
* When editing text in Text tool, keypad + and - keys type the corresponding characters if &amp;lt;nowiki&amp;gt;NumLock&amp;lt;/nowiki&amp;gt; is on (otherwise they zoom in and out as before).&lt;br /&gt;
&lt;br /&gt;
* In Text tool, Ctrl+Up and Ctrl+Down now move one paragraph up or down correspondingly.&lt;br /&gt;
&lt;br /&gt;
* The Calligraphic tool, in addition to the Ctrl+F6 shortcut, has a new one-letter shortcut, `&amp;lt;b&amp;gt;c&amp;lt;/b&amp;gt;'.&lt;br /&gt;
&lt;br /&gt;
* The Pen, Pencil, and Calligraphy tools finally have mouse cursors of their own.&lt;br /&gt;
&lt;br /&gt;
* The canvas width/height fields in Document Preferences are never grayed out. Instead, the menu of the canvas sizes scrolls itself to &amp;quot;Custom&amp;quot; or to an appropriate standard size as you edit width/height.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Packaging, documentation, examples ==&lt;br /&gt;
&lt;br /&gt;
* The About dialog has been enhanced to more closely resemble the stock Gnome dialog.  A full list of Authors and Translators, as well as the license is now viewable.&lt;br /&gt;
&lt;br /&gt;
== Translations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SVG/CSS compliance ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Important bugfixes ==&lt;br /&gt;
&lt;br /&gt;
* The systematic error when scaling objects with stroke via the Selector controls panel (W and H fields) is fixed.&lt;br /&gt;
* The precision of most boolean operations and offsets is improved, especially noticeably for small paths.&lt;br /&gt;
* In text on path, letters were sometimes distributed unevenly along a curve; now fixed.&lt;br /&gt;
* Searching by text in the Find dialog (Ctrl+F) was broken, now fixed.&lt;br /&gt;
&lt;br /&gt;
== Internal progress ==&lt;br /&gt;
* Source documentation: the big goal is to have a brief description for classes and most functions in every source file; this now holds for more than 100 files of the 1350 files in the source code. The doxygen index file now shows many useful links to external documentation and a categorification of main directory files which should be useful for beginners in particular.&lt;br /&gt;
* [removed trailing fractional zeros in svg - pjrm]&lt;br /&gt;
* C++/Encapsulation: the View class hierarchy has been reimplemented in C++, after separating the widget classes from each class. The number of dependencies on the central file desktop.h (about 100) was reduced by half.&lt;br /&gt;
&lt;br /&gt;
== Known issues ==&lt;br /&gt;
&lt;br /&gt;
[XXX: List the main issues here.]&lt;br /&gt;
&lt;br /&gt;
See http://sourceforge.net/tracker/?group_id=93438&amp;amp;atid=604306 for a full list of known issues.  If you find a bug not listed here, then please &amp;lt;b&amp;gt;report&amp;lt;/b&amp;gt; the bug: see instructions at http://inkscape.org/report_bugs.php (the “Report Bugs” link from http://inkscape.org/).&lt;br /&gt;
&lt;br /&gt;
== Previous releases ==&lt;br /&gt;
&lt;br /&gt;
* ReleaseNotes042 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes042)&lt;br /&gt;
* ReleaseNotes041 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes041)&lt;br /&gt;
* ReleaseNotes040 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes040)&lt;br /&gt;
* ReleaseNotes039 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes039)&lt;br /&gt;
* ReleaseNotes038 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes038)&lt;br /&gt;
* ReleaseNotes037 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes037)&lt;br /&gt;
* ReleaseNotes036 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes036)&lt;br /&gt;
* ReleaseNotes035 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes035)&lt;/div&gt;</summary>
		<author><name>193.1.100.104</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Release_notes/0.44&amp;diff=3830</id>
		<title>Release notes/0.44</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Release_notes/0.44&amp;diff=3830"/>
		<updated>2005-09-13T11:41:38Z</updated>

		<summary type="html">&lt;p&gt;193.1.100.104: *&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Inkscape 0.43 =&lt;br /&gt;
&lt;br /&gt;
== In brief ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Connector support:&amp;lt;/b&amp;gt; a new tool and support for connectors, i.e., autorouting (object-avoiding) lines drawn between objects. Useful for diagramming.&lt;br /&gt;
&lt;br /&gt;
== New functionality ==&lt;br /&gt;
&lt;br /&gt;
* [whiteboard]&lt;br /&gt;
&lt;br /&gt;
* [ocal browser?]&lt;br /&gt;
&lt;br /&gt;
* Support for &amp;lt;b&amp;gt;extended input devices&amp;lt;/b&amp;gt; has been added:&lt;br /&gt;
** The calligraphy tool now has optional &amp;lt;b&amp;gt;pressure and/or tilt support&amp;lt;/b&amp;gt; from an input device such as a tablet. Pressure can be used to alter the width of the pen and tilt can be used to alter the angle of the pen's nib.&lt;br /&gt;
** A standard input device dialog has been added. Input device settings are saved to and loaded from the preferences.&lt;br /&gt;
&lt;br /&gt;
* New capabilities in the &amp;lt;b&amp;gt;Node tool&amp;lt;/b&amp;gt;:&lt;br /&gt;
** Clicking on a selected path &amp;lt;b&amp;gt;selects the two nodes&amp;lt;/b&amp;gt; closest to the click point. Shift+click adds or removes these two nodes to the node selection (when only one path is selected; otherwise Shift+click works as in Selector).&lt;br /&gt;
** Double click or Ctrl+Alt+click anywhere on the selected path &amp;lt;b&amp;gt;creates a new node&amp;lt;/b&amp;gt; at the click point, without changing the shape of the path. (Previously, you could only add a node in the middle of a segment by using a toolbar button.)&lt;br /&gt;
** You can now edit paths by &amp;lt;b&amp;gt;dragging any point&amp;lt;/b&amp;gt; on a path, not only node(s) as before. In many cases it's a much more convenient way to reshape paths than anything available before. When you drag a curve close enough to one of the nodes, only that node's handle(s) are affected; if you drag a point midway between two nodes, both nodes' handles are adjusted.&lt;br /&gt;
** As in Selector, if you press Shift before starting to drag, you always get a node selection rubberband rectangle (even if you start on a path [but not a node!]).&lt;br /&gt;
** After duplicating (Shift+D) an endnode, the selected node is always the new endnode, so you can move it at once.&lt;br /&gt;
&lt;br /&gt;
* In Pen tool, while you are drawing a path, the statusbar displays the distance and angle of the current mouse point from the last created node of the path. This makes it easy to create a path from the given lengths and angles of linear segments. When you are dragging to create a curve handle, statusbar also displays the length and the angle of the handle. &lt;br /&gt;
&lt;br /&gt;
* A new preference option, &amp;lt;b&amp;gt;Compass-like angle display&amp;lt;/b&amp;gt; (Steps tab), allows you to have absolute angles specified in a compass notation (0 at north, 0 to 360 range, increasing clockwise) instead of the default trigonometric notation (0 at east, -180 to 180 range, increasing counterclockwise). This affects the statusbar angle display for path segments and handles in Pen and Node tools.&lt;br /&gt;
&lt;br /&gt;
* Pen and Pencil tools now display helpful statusbar hints when the mouse is over one of the end anchors of the selected path.&lt;br /&gt;
&lt;br /&gt;
* The precision of most editable length fields is increased from 0.01 to 0.001.&lt;br /&gt;
&lt;br /&gt;
* The minimum zoom is extended from 4% to 1%.&lt;br /&gt;
&lt;br /&gt;
* More support for &amp;lt;b&amp;gt;viewBox&amp;lt;/b&amp;gt;: If the root &amp;lt;svg&amp;gt; element of your document has width/height attributes set in percentage units &amp;lt;i&amp;gt;and&amp;lt;/i&amp;gt; there's a viewBox on that element, then:&lt;br /&gt;
** The canvas size is set to the value of the viewBox attribute.&lt;br /&gt;
** Changing the canvas size in Document Preferences sets the viewBox, without touching the width/height values.&lt;br /&gt;
:This does not affect regular documents created in Inkscape, but makes it easier to edit other SVG files that use viewBox.&lt;br /&gt;
&lt;br /&gt;
* [dxf import?]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Connectors ==&lt;br /&gt;
&lt;br /&gt;
* Inkscape now includes preliminary support for connectors.  Connectors are lines drawn between objects, that stay connected to the objects as objects are manipulated.  Objects on the canvas have an &amp;quot;connector-avoid&amp;quot; property, which when set causes connectors to automatically route around the object.&lt;br /&gt;
&lt;br /&gt;
* The &amp;lt;b&amp;gt;Connector tool&amp;lt;/b&amp;gt; (&amp;lt;b&amp;gt;Ctrl+F2&amp;lt;/b&amp;gt; or the &amp;lt;b&amp;gt;o&amp;lt;/b&amp;gt; key) is a new way of creating and rerouting connectors, as well as marking objects &amp;quot;ignored&amp;quot; or &amp;quot;avoided&amp;quot; for the purpose of routing connectors.&lt;br /&gt;
&lt;br /&gt;
** A new &amp;lt;b&amp;gt;connector&amp;lt;/b&amp;gt; can be drawn by clicking and dragging from any point on the canvas.  The connector is finalized when the mouse is released.  Connectors can also be created with two clicks, rather than click-and-drag, if this is preferred.  In this case, click once &amp;lt;b&amp;gt;on an empty point on the canvas&amp;lt;/b&amp;gt; to begin drawing the connector, then move the mouse to the new connector's target point and then click again to finalize the connector.  Single clicking on a canvas object selects/deselects that object, just as in other tools.&lt;br /&gt;
&lt;br /&gt;
** &amp;lt;b&amp;gt;Connection point&amp;lt;/b&amp;gt; handles are shown while the mouse cursor is hovering over a non-connector object in the connector tool.  Currently they are shown only at the center of objects.  When creating a connector, if the connector is started or ended over a connection point then the connector will be &amp;lt;b&amp;gt;attached&amp;lt;/b&amp;gt; to those that object.  From then on the connector will be automatically rerouted whenever the attached object is moved.&lt;br /&gt;
&lt;br /&gt;
** Connectors attached to objects are currently drawn to the bounding box of those objects.  It is planned that they will be drawn instead to the edges of objects.&lt;br /&gt;
&lt;br /&gt;
** A selected connector will show two &amp;lt;b&amp;gt;endpoint handles&amp;lt;/b&amp;gt;.  By clicking and dragging these, the connector can be rerouted and attached/dettached from objects. &lt;br /&gt;
 &lt;br /&gt;
** The &amp;lt;b&amp;gt;Make connectors avoid selected objects&amp;lt;/b&amp;gt; button marks all objects in the selection as &amp;quot;avoided&amp;quot;, causing all current and future connectors to automatically avoid these objects.&lt;br /&gt;
&lt;br /&gt;
** The &amp;lt;b&amp;gt;Make connectors ignore selected objects&amp;lt;/b&amp;gt; button marks all objects in the selection as &amp;quot;ignored&amp;quot;, causing all current and future connectors to completely ignore these objects.  This is the default for all canvas items, i.e., no objects are automatically routed around by default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extensions ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Add Nodes&amp;lt;/b&amp;gt;: Adds nodes to the selected paths. Each segment of the selected path is subdivided into ceil(Length/Max) equal length segments. Lengths are measured in SVG User Units calculated from the path data and does not take into account any transforms.&lt;br /&gt;
* &amp;lt;b&amp;gt;Whirl&amp;lt;/b&amp;gt;: Twists the selected paths around the specified center point.&lt;br /&gt;
* &amp;lt;b&amp;gt;Summer's Night&amp;lt;/b&amp;gt;: Linearly distorts a path into the destination quadrilateral. The destination quadrilateral is specified by a four node path (closed or not). To use, draw and position a four node path. Select the four node path first and then add to selection the path you wish to distort. The original position of the four nodes is considered to be clockwise around the bounding box of the path to distort beginning in the upper left corner.&lt;br /&gt;
* [svgslice?]&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
&lt;br /&gt;
* [Menu configurability and sensitivity - ted]&lt;br /&gt;
&lt;br /&gt;
* [Icon preview changes - joncruz]&lt;br /&gt;
&lt;br /&gt;
* Rectangles and ellipses now use different &amp;lt;b&amp;gt;handle shapes&amp;lt;/b&amp;gt;, so it's much easier to see which handle does what. The two &amp;lt;b&amp;gt;square&amp;lt;/b&amp;gt; handles change the size of the object, while the two &amp;lt;b&amp;gt;round&amp;lt;/b&amp;gt; handles adjust the rounding corners (in rects) and arc/segment ends (in ellipses).&lt;br /&gt;
&lt;br /&gt;
* The controls for the Rectangle tool now include &amp;lt;b&amp;gt;W&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;H&amp;lt;/b&amp;gt; fields for setting the width/height of selected rectangle(s) numerically.&lt;br /&gt;
&lt;br /&gt;
* In the controls of Rectangle and Ellipse tools, the &amp;quot;Not rounded&amp;quot; and &amp;quot;Make whole&amp;quot; buttons are now grayed out when the selected object cannot use the corresponding function (i.e. when a rect is already not rounded and the ellipse is already whole, which are the defaults).&lt;br /&gt;
&lt;br /&gt;
* When editing text in Text tool, keypad + and - keys type the corresponding characters if &amp;lt;nowiki&amp;gt;NumLock&amp;lt;/nowiki&amp;gt; is on (otherwise they zoom in and out as before).&lt;br /&gt;
&lt;br /&gt;
* In Text tool, Ctrl+Up and Ctrl+Down now move one paragraph up or down correspondingly.&lt;br /&gt;
&lt;br /&gt;
* The Calligraphic tool, in addition to the Ctrl+F6 shortcut, has a new one-letter shortcut, `&amp;lt;b&amp;gt;c&amp;lt;/b&amp;gt;'.&lt;br /&gt;
&lt;br /&gt;
* The Pen, Pencil, and Calligraphy tools finally have mouse cursors of their own.&lt;br /&gt;
&lt;br /&gt;
* The canvas width/height fields in Document Preferences are never grayed out. Instead, the menu of the canvas sizes scrolls itself to &amp;quot;Custom&amp;quot; or to an appropriate standard size as you edit width/height.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Packaging, documentation, examples ==&lt;br /&gt;
&lt;br /&gt;
* The About dialog has been enhanced to more closely resemble the stock Gnome dialog.  A full list of Authors and Translators, as well as the license is now viewable.&lt;br /&gt;
&lt;br /&gt;
== Translations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SVG/CSS compliance ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Important bugfixes ==&lt;br /&gt;
&lt;br /&gt;
* The systematic error when scaling objects with stroke via the Selector controls panel (W and H fields) is fixed.&lt;br /&gt;
* The precision of most boolean operations and offsets is improved, especially noticeably for small paths.&lt;br /&gt;
* In text on path, letters were sometimes distributed unevenly along a curve; now fixed.&lt;br /&gt;
* Searching by text in the Find dialog (Ctrl+F) was broken, now fixed.&lt;br /&gt;
&lt;br /&gt;
== Internal progress ==&lt;br /&gt;
* Source documentation: the big goal is to have a brief description for classes and most functions in every source file; this now holds for more than 100 files of the 1350 files in the source code. The doxygen index file now shows many useful links to external documentation and a categorification of main directory files which should be useful for beginners in particular.&lt;br /&gt;
* [removed trailing fractional zeros in svg - pjrm]&lt;br /&gt;
* C++/Encapsulation: the View class hierarchy has been reimplemented in C++, after separating the widget classes from each class. The number of dependencies on the central file desktop.h (about 100) was reduced by half.&lt;br /&gt;
&lt;br /&gt;
== Known issues ==&lt;br /&gt;
&lt;br /&gt;
[XXX: List the main issues here.]&lt;br /&gt;
&lt;br /&gt;
See http://sourceforge.net/tracker/?group_id=93438&amp;amp;atid=604306 for a full list of known issues.  If you find a bug not listed here, then please &amp;lt;b&amp;gt;report&amp;lt;/b&amp;gt; the bug: see instructions at http://inkscape.org/report_bugs.php (the “Report Bugs” link from http://inkscape.org/).&lt;br /&gt;
&lt;br /&gt;
== Previous releases ==&lt;br /&gt;
&lt;br /&gt;
* ReleaseNotes042 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes042)&lt;br /&gt;
* ReleaseNotes041 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes041)&lt;br /&gt;
* ReleaseNotes040 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes040)&lt;br /&gt;
* ReleaseNotes039 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes039)&lt;br /&gt;
* ReleaseNotes038 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes038)&lt;br /&gt;
* ReleaseNotes037 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes037)&lt;br /&gt;
* ReleaseNotes036 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes036)&lt;br /&gt;
* ReleaseNotes035 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes035)&lt;/div&gt;</summary>
		<author><name>193.1.100.104</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Release_notes/0.44&amp;diff=3829</id>
		<title>Release notes/0.44</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Release_notes/0.44&amp;diff=3829"/>
		<updated>2005-09-13T11:40:54Z</updated>

		<summary type="html">&lt;p&gt;193.1.100.104: *&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Inkscape 0.43 =&lt;br /&gt;
&lt;br /&gt;
== In brief ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Connector support:&amp;lt;/b&amp;gt; a new tool and support for connectors, i.e., autorouting (object-avoiding) lines drawn between objects. Useful for diagramming.&lt;br /&gt;
&lt;br /&gt;
== New functionality ==&lt;br /&gt;
&lt;br /&gt;
* [whiteboard]&lt;br /&gt;
&lt;br /&gt;
* [ocal browser?]&lt;br /&gt;
&lt;br /&gt;
* Support for &amp;lt;b&amp;gt;extended input devices&amp;lt;/b&amp;gt; has been added:&lt;br /&gt;
** The calligraphy tool now has optional &amp;lt;b&amp;gt;pressure and/or tilt support&amp;lt;/b&amp;gt; from an input device such as a tablet. Pressure can be used to alter the width of the pen and tilt can be used to alter the angle of the pen's nib.&lt;br /&gt;
** A standard input device dialog has been added. Input device settings are saved to and loaded from the preferences.&lt;br /&gt;
&lt;br /&gt;
* New capabilities in the &amp;lt;b&amp;gt;Node tool&amp;lt;/b&amp;gt;:&lt;br /&gt;
** Clicking on a selected path &amp;lt;b&amp;gt;selects the two nodes&amp;lt;/b&amp;gt; closest to the click point. Shift+click adds or removes these two nodes to the node selection (when only one path is selected; otherwise Shift+click works as in Selector).&lt;br /&gt;
** Double click or Ctrl+Alt+click anywhere on the selected path &amp;lt;b&amp;gt;creates a new node&amp;lt;/b&amp;gt; at the click point, without changing the shape of the path. (Previously, you could only add a node in the middle of a segment by using a toolbar button.)&lt;br /&gt;
** You can now edit paths by &amp;lt;b&amp;gt;dragging any point&amp;lt;/b&amp;gt; on a path, not only node(s) as before. In many cases it's a much more convenient way to reshape paths than anything available before. When you drag a curve close enough to one of the nodes, only that node's handle(s) are affected; if you drag a point midway between two nodes, both nodes' handles are adjusted.&lt;br /&gt;
** As in Selector, if you press Shift before starting to drag, you always get a node selection rubberband rectangle (even if you start on a path [but not a node!]).&lt;br /&gt;
** After duplicating (Shift+D) an endnode, the selected node is always the new endnode, so you can move it at once.&lt;br /&gt;
&lt;br /&gt;
* In Pen tool, while you are drawing a path, the statusbar displays the distance and angle of the current mouse point from the last created node of the path. This makes it easy to create a path from the given lengths and angles of linear segments. When you are dragging to create a curve handle, statusbar also displays the length and the angle of the handle. &lt;br /&gt;
&lt;br /&gt;
* A new preference option, &amp;lt;b&amp;gt;Compass-like angle display&amp;lt;/b&amp;gt; (Steps tab), allows you to have absolute angles specified in a compass notation (0 at north, 0 to 360 range, increasing clockwise) instead of the default trigonometric notation (0 at east, -180 to 180 range, increasing counterclockwise). This affects the statusbar angle display for path segments and handles in Pen and Node tools.&lt;br /&gt;
&lt;br /&gt;
* Pen and Pencil tools now display helpful statusbar hints when the mouse is over one of the end anchors of the selected path.&lt;br /&gt;
&lt;br /&gt;
* The precision of most editable length fields is increased from 0.01 to 0.001.&lt;br /&gt;
&lt;br /&gt;
* The minimum zoom is extended from 4% to 1%.&lt;br /&gt;
&lt;br /&gt;
* More support for &amp;lt;b&amp;gt;viewBox&amp;lt;/b&amp;gt;: If the root &amp;lt;svg&amp;gt; element of your document has width/height attributes set in percentage units &amp;lt;i&amp;gt;and&amp;lt;/i&amp;gt; there's a viewBox on that element, then:&lt;br /&gt;
** The canvas size is set to the value of the viewBox attribute.&lt;br /&gt;
** Changing the canvas size in Document Preferences sets the viewBox, without touching the width/height values.&lt;br /&gt;
:This does not affect regular documents created in Inkscape, but makes it easier to edit other SVG files that use viewBox.&lt;br /&gt;
&lt;br /&gt;
* [dxf import?]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Connectors ==&lt;br /&gt;
&lt;br /&gt;
* Inkscape now includes preliminary support for connectors.  Connectors are lines drawn between objects, that stay connected to the objects as objects are manipulated.  Objects on the canvas have an &amp;quot;connector-avoid&amp;quot; property, which when set causes connectors to automatically route around the object.&lt;br /&gt;
&lt;br /&gt;
* The &amp;lt;b&amp;gt;Connector tool&amp;lt;/b&amp;gt; (&amp;lt;b&amp;gt;Ctrl+F2&amp;lt;/b&amp;gt; or the &amp;lt;b&amp;gt;o&amp;lt;/b&amp;gt; key) is a new way of creating and rerouting connectors, as well as marking objects &amp;quot;ignored&amp;quot; or &amp;quot;avoided&amp;quot; for the purpose of routing connectors.&lt;br /&gt;
** A new &amp;lt;b&amp;gt;connector&amp;lt;/b&amp;gt; can be drawn by clicking and dragging from any point on the canvas.  The connector is finalized when the mouse is released.  Connectors can also be created with two clicks, rather than click-and-drag, if this is preferred.  In this case, click once &amp;lt;b&amp;gt;on an empty point on the canvas&amp;lt;/b&amp;gt; to begin drawing the connector, then move the mouse to the new connector's target point and then click again to finalize the connector.  Single clicking on a canvas object selects/deselects that object, just as in other tools.&lt;br /&gt;
&lt;br /&gt;
** &amp;lt;b&amp;gt;Connection point&amp;lt;/b&amp;gt; handles are shown while the mouse cursor is hovering over a non-connector object in the connector tool.  Currently they are shown only at the center of objects.  When creating a connector, if the connector is started or ended over a connection point then the connector will be &amp;lt;b&amp;gt;attached&amp;lt;/b&amp;gt; to those that object.  From then on the connector will be automatically rerouted whenever the attached object is moved.&lt;br /&gt;
&lt;br /&gt;
** Connectors attached to objects are currently drawn to the bounding box of those objects.  It is planned that they will be drawn instead to the edges of objects.&lt;br /&gt;
&lt;br /&gt;
** A selected connector will show two &amp;lt;b&amp;gt;endpoint handles&amp;lt;/b&amp;gt;.  By clicking and dragging these, the connector can be rerouted and attached/dettached from objects. &lt;br /&gt;
 &lt;br /&gt;
** The &amp;lt;b&amp;gt;Make connectors avoid selected objects&amp;lt;/b&amp;gt; button marks all objects in the selection as &amp;quot;avoided&amp;quot;, causing all current and future connectors to automatically avoid these objects.&lt;br /&gt;
&lt;br /&gt;
** The &amp;lt;b&amp;gt;Make connectors ignore selected objects&amp;lt;/b&amp;gt; button marks all objects in the selection as &amp;quot;ignored&amp;quot;, causing all current and future connectors to completely ignore these objects.  This is the default for all canvas items, i.e., no objects are automatically routed around by default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extensions ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Add Nodes&amp;lt;/b&amp;gt;: Adds nodes to the selected paths. Each segment of the selected path is subdivided into ceil(Length/Max) equal length segments. Lengths are measured in SVG User Units calculated from the path data and does not take into account any transforms.&lt;br /&gt;
* &amp;lt;b&amp;gt;Whirl&amp;lt;/b&amp;gt;: Twists the selected paths around the specified center point.&lt;br /&gt;
* &amp;lt;b&amp;gt;Summer's Night&amp;lt;/b&amp;gt;: Linearly distorts a path into the destination quadrilateral. The destination quadrilateral is specified by a four node path (closed or not). To use, draw and position a four node path. Select the four node path first and then add to selection the path you wish to distort. The original position of the four nodes is considered to be clockwise around the bounding box of the path to distort beginning in the upper left corner.&lt;br /&gt;
* [svgslice?]&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
&lt;br /&gt;
* [Menu configurability and sensitivity - ted]&lt;br /&gt;
&lt;br /&gt;
* [Icon preview changes - joncruz]&lt;br /&gt;
&lt;br /&gt;
* Rectangles and ellipses now use different &amp;lt;b&amp;gt;handle shapes&amp;lt;/b&amp;gt;, so it's much easier to see which handle does what. The two &amp;lt;b&amp;gt;square&amp;lt;/b&amp;gt; handles change the size of the object, while the two &amp;lt;b&amp;gt;round&amp;lt;/b&amp;gt; handles adjust the rounding corners (in rects) and arc/segment ends (in ellipses).&lt;br /&gt;
&lt;br /&gt;
* The controls for the Rectangle tool now include &amp;lt;b&amp;gt;W&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;H&amp;lt;/b&amp;gt; fields for setting the width/height of selected rectangle(s) numerically.&lt;br /&gt;
&lt;br /&gt;
* In the controls of Rectangle and Ellipse tools, the &amp;quot;Not rounded&amp;quot; and &amp;quot;Make whole&amp;quot; buttons are now grayed out when the selected object cannot use the corresponding function (i.e. when a rect is already not rounded and the ellipse is already whole, which are the defaults).&lt;br /&gt;
&lt;br /&gt;
* When editing text in Text tool, keypad + and - keys type the corresponding characters if &amp;lt;nowiki&amp;gt;NumLock&amp;lt;/nowiki&amp;gt; is on (otherwise they zoom in and out as before).&lt;br /&gt;
&lt;br /&gt;
* In Text tool, Ctrl+Up and Ctrl+Down now move one paragraph up or down correspondingly.&lt;br /&gt;
&lt;br /&gt;
* The Calligraphic tool, in addition to the Ctrl+F6 shortcut, has a new one-letter shortcut, `&amp;lt;b&amp;gt;c&amp;lt;/b&amp;gt;'.&lt;br /&gt;
&lt;br /&gt;
* The Pen, Pencil, and Calligraphy tools finally have mouse cursors of their own.&lt;br /&gt;
&lt;br /&gt;
* The canvas width/height fields in Document Preferences are never grayed out. Instead, the menu of the canvas sizes scrolls itself to &amp;quot;Custom&amp;quot; or to an appropriate standard size as you edit width/height.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Packaging, documentation, examples ==&lt;br /&gt;
&lt;br /&gt;
* The About dialog has been enhanced to more closely resemble the stock Gnome dialog.  A full list of Authors and Translators, as well as the license is now viewable.&lt;br /&gt;
&lt;br /&gt;
== Translations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SVG/CSS compliance ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Important bugfixes ==&lt;br /&gt;
&lt;br /&gt;
* The systematic error when scaling objects with stroke via the Selector controls panel (W and H fields) is fixed.&lt;br /&gt;
* The precision of most boolean operations and offsets is improved, especially noticeably for small paths.&lt;br /&gt;
* In text on path, letters were sometimes distributed unevenly along a curve; now fixed.&lt;br /&gt;
* Searching by text in the Find dialog (Ctrl+F) was broken, now fixed.&lt;br /&gt;
&lt;br /&gt;
== Internal progress ==&lt;br /&gt;
* Source documentation: the big goal is to have a brief description for classes and most functions in every source file; this now holds for more than 100 files of the 1350 files in the source code. The doxygen index file now shows many useful links to external documentation and a categorification of main directory files which should be useful for beginners in particular.&lt;br /&gt;
* [removed trailing fractional zeros in svg - pjrm]&lt;br /&gt;
* C++/Encapsulation: the View class hierarchy has been reimplemented in C++, after separating the widget classes from each class. The number of dependencies on the central file desktop.h (about 100) was reduced by half.&lt;br /&gt;
&lt;br /&gt;
== Known issues ==&lt;br /&gt;
&lt;br /&gt;
[XXX: List the main issues here.]&lt;br /&gt;
&lt;br /&gt;
See http://sourceforge.net/tracker/?group_id=93438&amp;amp;atid=604306 for a full list of known issues.  If you find a bug not listed here, then please &amp;lt;b&amp;gt;report&amp;lt;/b&amp;gt; the bug: see instructions at http://inkscape.org/report_bugs.php (the “Report Bugs” link from http://inkscape.org/).&lt;br /&gt;
&lt;br /&gt;
== Previous releases ==&lt;br /&gt;
&lt;br /&gt;
* ReleaseNotes042 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes042)&lt;br /&gt;
* ReleaseNotes041 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes041)&lt;br /&gt;
* ReleaseNotes040 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes040)&lt;br /&gt;
* ReleaseNotes039 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes039)&lt;br /&gt;
* ReleaseNotes038 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes038)&lt;br /&gt;
* ReleaseNotes037 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes037)&lt;br /&gt;
* ReleaseNotes036 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes036)&lt;br /&gt;
* ReleaseNotes035 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes035)&lt;/div&gt;</summary>
		<author><name>193.1.100.104</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Release_notes/0.44&amp;diff=3828</id>
		<title>Release notes/0.44</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Release_notes/0.44&amp;diff=3828"/>
		<updated>2005-09-13T11:39:58Z</updated>

		<summary type="html">&lt;p&gt;193.1.100.104: *&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Inkscape 0.43 =&lt;br /&gt;
&lt;br /&gt;
== In brief ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Connector support:&amp;lt;/b&amp;gt; a new tool and support for connectors, i.e., autorouting (object-avoiding) lines drawn between objects.&lt;br /&gt;
&lt;br /&gt;
== New functionality ==&lt;br /&gt;
&lt;br /&gt;
* [whiteboard]&lt;br /&gt;
&lt;br /&gt;
* [ocal browser?]&lt;br /&gt;
&lt;br /&gt;
* Support for &amp;lt;b&amp;gt;extended input devices&amp;lt;/b&amp;gt; has been added:&lt;br /&gt;
** The calligraphy tool now has optional &amp;lt;b&amp;gt;pressure and/or tilt support&amp;lt;/b&amp;gt; from an input device such as a tablet. Pressure can be used to alter the width of the pen and tilt can be used to alter the angle of the pen's nib.&lt;br /&gt;
** A standard input device dialog has been added. Input device settings are saved to and loaded from the preferences.&lt;br /&gt;
&lt;br /&gt;
* New capabilities in the &amp;lt;b&amp;gt;Node tool&amp;lt;/b&amp;gt;:&lt;br /&gt;
** Clicking on a selected path &amp;lt;b&amp;gt;selects the two nodes&amp;lt;/b&amp;gt; closest to the click point. Shift+click adds or removes these two nodes to the node selection (when only one path is selected; otherwise Shift+click works as in Selector).&lt;br /&gt;
** Double click or Ctrl+Alt+click anywhere on the selected path &amp;lt;b&amp;gt;creates a new node&amp;lt;/b&amp;gt; at the click point, without changing the shape of the path. (Previously, you could only add a node in the middle of a segment by using a toolbar button.)&lt;br /&gt;
** You can now edit paths by &amp;lt;b&amp;gt;dragging any point&amp;lt;/b&amp;gt; on a path, not only node(s) as before. In many cases it's a much more convenient way to reshape paths than anything available before. When you drag a curve close enough to one of the nodes, only that node's handle(s) are affected; if you drag a point midway between two nodes, both nodes' handles are adjusted.&lt;br /&gt;
** As in Selector, if you press Shift before starting to drag, you always get a node selection rubberband rectangle (even if you start on a path [but not a node!]).&lt;br /&gt;
** After duplicating (Shift+D) an endnode, the selected node is always the new endnode, so you can move it at once.&lt;br /&gt;
&lt;br /&gt;
* In Pen tool, while you are drawing a path, the statusbar displays the distance and angle of the current mouse point from the last created node of the path. This makes it easy to create a path from the given lengths and angles of linear segments. When you are dragging to create a curve handle, statusbar also displays the length and the angle of the handle. &lt;br /&gt;
&lt;br /&gt;
* A new preference option, &amp;lt;b&amp;gt;Compass-like angle display&amp;lt;/b&amp;gt; (Steps tab), allows you to have absolute angles specified in a compass notation (0 at north, 0 to 360 range, increasing clockwise) instead of the default trigonometric notation (0 at east, -180 to 180 range, increasing counterclockwise). This affects the statusbar angle display for path segments and handles in Pen and Node tools.&lt;br /&gt;
&lt;br /&gt;
* Pen and Pencil tools now display helpful statusbar hints when the mouse is over one of the end anchors of the selected path.&lt;br /&gt;
&lt;br /&gt;
* The precision of most editable length fields is increased from 0.01 to 0.001.&lt;br /&gt;
&lt;br /&gt;
* The minimum zoom is extended from 4% to 1%.&lt;br /&gt;
&lt;br /&gt;
* More support for &amp;lt;b&amp;gt;viewBox&amp;lt;/b&amp;gt;: If the root &amp;lt;svg&amp;gt; element of your document has width/height attributes set in percentage units &amp;lt;i&amp;gt;and&amp;lt;/i&amp;gt; there's a viewBox on that element, then:&lt;br /&gt;
** The canvas size is set to the value of the viewBox attribute.&lt;br /&gt;
** Changing the canvas size in Document Preferences sets the viewBox, without touching the width/height values.&lt;br /&gt;
:This does not affect regular documents created in Inkscape, but makes it easier to edit other SVG files that use viewBox.&lt;br /&gt;
&lt;br /&gt;
* [dxf import?]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Connectors ==&lt;br /&gt;
&lt;br /&gt;
* Inkscape now includes preliminary support for connectors.  Connectors are lines drawn between objects, that stay connected to the objects as objects are manipulated.  Objects on the canvas have an &amp;quot;connector-avoid&amp;quot; property, which when set causes connectors to automatically route around the object.&lt;br /&gt;
&lt;br /&gt;
* The &amp;lt;b&amp;gt;Connector tool&amp;lt;/b&amp;gt; (&amp;lt;b&amp;gt;Ctrl+F2&amp;lt;/b&amp;gt; or the &amp;lt;b&amp;gt;o&amp;lt;/b&amp;gt; key) is a new way of creating and rerouting connectors, as well as marking objects &amp;quot;ignored&amp;quot; or &amp;quot;avoided&amp;quot; for the purpose of routing connectors.&lt;br /&gt;
** A new &amp;lt;b&amp;gt;connector&amp;lt;/b&amp;gt; can be drawn by clicking and dragging from any point on the canvas.  The connector is finalized when the mouse is released.  Connectors can also be created with two clicks, rather than click-and-drag, if this is preferred.  In this case, click once &amp;lt;b&amp;gt;on an empty point on the canvas&amp;lt;/b&amp;gt; to begin drawing the connector, then move the mouse to the new connector's target point and then click again to finalize the connector.  Single clicking on a canvas object selects/deselects that object, just as in other tools.&lt;br /&gt;
&lt;br /&gt;
** &amp;lt;b&amp;gt;Connection point&amp;lt;/b&amp;gt; handles are shown while the mouse cursor is hovering over a non-connector object in the connector tool.  Currently they are shown only at the center of objects.  When creating a connector, if the connector is started or ended over a connection point then the connector will be &amp;lt;b&amp;gt;attached&amp;lt;/b&amp;gt; to those that object.  From then on the connector will be automatically rerouted whenever the attached object is moved.&lt;br /&gt;
&lt;br /&gt;
** Connectors attached to objects are currently drawn to the bounding box of those objects.  It is planned that they will be drawn instead to the edges of objects.&lt;br /&gt;
&lt;br /&gt;
** A selected connector will show two &amp;lt;b&amp;gt;endpoint handles&amp;lt;/b&amp;gt;.  By clicking and dragging these, the connector can be rerouted and attached/dettached from objects. &lt;br /&gt;
 &lt;br /&gt;
** The &amp;lt;b&amp;gt;Make connectors avoid selected objects&amp;lt;/b&amp;gt; button marks all objects in the selection as &amp;quot;avoided&amp;quot;, causing all current and future connectors to automatically avoid these objects.&lt;br /&gt;
&lt;br /&gt;
** The &amp;lt;b&amp;gt;Make connectors ignore selected objects&amp;lt;/b&amp;gt; button marks all objects in the selection as &amp;quot;ignored&amp;quot;, causing all current and future connectors to completely ignore these objects.  This is the default for all canvas items, i.e., no objects are automatically routed around by default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extensions ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Add Nodes&amp;lt;/b&amp;gt;: Adds nodes to the selected paths. Each segment of the selected path is subdivided into ceil(Length/Max) equal length segments. Lengths are measured in SVG User Units calculated from the path data and does not take into account any transforms.&lt;br /&gt;
* &amp;lt;b&amp;gt;Whirl&amp;lt;/b&amp;gt;: Twists the selected paths around the specified center point.&lt;br /&gt;
* &amp;lt;b&amp;gt;Summer's Night&amp;lt;/b&amp;gt;: Linearly distorts a path into the destination quadrilateral. The destination quadrilateral is specified by a four node path (closed or not). To use, draw and position a four node path. Select the four node path first and then add to selection the path you wish to distort. The original position of the four nodes is considered to be clockwise around the bounding box of the path to distort beginning in the upper left corner.&lt;br /&gt;
* [svgslice?]&lt;br /&gt;
&lt;br /&gt;
== Usability ==&lt;br /&gt;
&lt;br /&gt;
* [Menu configurability and sensitivity - ted]&lt;br /&gt;
&lt;br /&gt;
* [Icon preview changes - joncruz]&lt;br /&gt;
&lt;br /&gt;
* Rectangles and ellipses now use different &amp;lt;b&amp;gt;handle shapes&amp;lt;/b&amp;gt;, so it's much easier to see which handle does what. The two &amp;lt;b&amp;gt;square&amp;lt;/b&amp;gt; handles change the size of the object, while the two &amp;lt;b&amp;gt;round&amp;lt;/b&amp;gt; handles adjust the rounding corners (in rects) and arc/segment ends (in ellipses).&lt;br /&gt;
&lt;br /&gt;
* The controls for the Rectangle tool now include &amp;lt;b&amp;gt;W&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;H&amp;lt;/b&amp;gt; fields for setting the width/height of selected rectangle(s) numerically.&lt;br /&gt;
&lt;br /&gt;
* In the controls of Rectangle and Ellipse tools, the &amp;quot;Not rounded&amp;quot; and &amp;quot;Make whole&amp;quot; buttons are now grayed out when the selected object cannot use the corresponding function (i.e. when a rect is already not rounded and the ellipse is already whole, which are the defaults).&lt;br /&gt;
&lt;br /&gt;
* When editing text in Text tool, keypad + and - keys type the corresponding characters if &amp;lt;nowiki&amp;gt;NumLock&amp;lt;/nowiki&amp;gt; is on (otherwise they zoom in and out as before).&lt;br /&gt;
&lt;br /&gt;
* In Text tool, Ctrl+Up and Ctrl+Down now move one paragraph up or down correspondingly.&lt;br /&gt;
&lt;br /&gt;
* The Calligraphic tool, in addition to the Ctrl+F6 shortcut, has a new one-letter shortcut, `&amp;lt;b&amp;gt;c&amp;lt;/b&amp;gt;'.&lt;br /&gt;
&lt;br /&gt;
* The Pen, Pencil, and Calligraphy tools finally have mouse cursors of their own.&lt;br /&gt;
&lt;br /&gt;
* The canvas width/height fields in Document Preferences are never grayed out. Instead, the menu of the canvas sizes scrolls itself to &amp;quot;Custom&amp;quot; or to an appropriate standard size as you edit width/height.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Packaging, documentation, examples ==&lt;br /&gt;
&lt;br /&gt;
* The About dialog has been enhanced to more closely resemble the stock Gnome dialog.  A full list of Authors and Translators, as well as the license is now viewable.&lt;br /&gt;
&lt;br /&gt;
== Translations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SVG/CSS compliance ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Important bugfixes ==&lt;br /&gt;
&lt;br /&gt;
* The systematic error when scaling objects with stroke via the Selector controls panel (W and H fields) is fixed.&lt;br /&gt;
* The precision of most boolean operations and offsets is improved, especially noticeably for small paths.&lt;br /&gt;
* In text on path, letters were sometimes distributed unevenly along a curve; now fixed.&lt;br /&gt;
* Searching by text in the Find dialog (Ctrl+F) was broken, now fixed.&lt;br /&gt;
&lt;br /&gt;
== Internal progress ==&lt;br /&gt;
* Source documentation: the big goal is to have a brief description for classes and most functions in every source file; this now holds for more than 100 files of the 1350 files in the source code. The doxygen index file now shows many useful links to external documentation and a categorification of main directory files which should be useful for beginners in particular.&lt;br /&gt;
* [removed trailing fractional zeros in svg - pjrm]&lt;br /&gt;
* C++/Encapsulation: the View class hierarchy has been reimplemented in C++, after separating the widget classes from each class. The number of dependencies on the central file desktop.h (about 100) was reduced by half.&lt;br /&gt;
&lt;br /&gt;
== Known issues ==&lt;br /&gt;
&lt;br /&gt;
[XXX: List the main issues here.]&lt;br /&gt;
&lt;br /&gt;
See http://sourceforge.net/tracker/?group_id=93438&amp;amp;atid=604306 for a full list of known issues.  If you find a bug not listed here, then please &amp;lt;b&amp;gt;report&amp;lt;/b&amp;gt; the bug: see instructions at http://inkscape.org/report_bugs.php (the “Report Bugs” link from http://inkscape.org/).&lt;br /&gt;
&lt;br /&gt;
== Previous releases ==&lt;br /&gt;
&lt;br /&gt;
* ReleaseNotes042 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes042)&lt;br /&gt;
* ReleaseNotes041 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes041)&lt;br /&gt;
* ReleaseNotes040 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes040)&lt;br /&gt;
* ReleaseNotes039 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes039)&lt;br /&gt;
* ReleaseNotes038 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes038)&lt;br /&gt;
* ReleaseNotes037 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes037)&lt;br /&gt;
* ReleaseNotes036 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes036)&lt;br /&gt;
* ReleaseNotes035 (http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes035)&lt;/div&gt;</summary>
		<author><name>193.1.100.104</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Connector_tool_tutorial&amp;diff=5352</id>
		<title>Connector tool tutorial</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Connector_tool_tutorial&amp;diff=5352"/>
		<updated>2005-09-13T11:24:50Z</updated>

		<summary type="html">&lt;p&gt;193.1.100.104: *&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h2&amp;gt;Using the Connector tool&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The connector tool currently supports autorouting polyline connectors.  These connectors can be attached to the shapes, i.e. pretty much anything that is not an open path.  When the shape is moved the connector will update itself to follow the shape.  In addition, connectors will avoid objects marked as 'avoided' and reroute if one of these objects is placed on their existing path, or is moved and frees up a new path.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mark shapes as 'avoided' or 'ignored' for connector routing.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
While in the connector context there are two toolbar buttons on the tool toolbar.  The first of these marks all the objects in the current selection as avoided for connector routing.  Correctors will avoid these shapes.  The second button marks all objects in the current selection as ignored for connector routing.&lt;br /&gt;
&lt;br /&gt;
Currently, just the shapes bounding box is used for the avoidance.  The preferred approach is to use each shapes convez hull.  Currently Inkscape's NR::ConvexHull only uses a rectangular bounding box.  Once proper convex hull code is in the codebase connector routing will be switched to using that.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Drawing new connectors&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click and drag from any empty point on the canvas to create a new connector.  If you begin or end the connector over a connection point, then the connector will be attached to that shape.  Connection points are currently shown at the center (of the bounding box) of any shape, and are shown when the mouse cursor is over the object.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Rerouting an existing connector&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you click on a connector in the connector context, a handle will be shown for each of its endpoints.  Dragging either of these will alter the endpoint of the connector.  If the endpoint was attached to a shape then this connection will be removed.  Again, if the this dragging ends over a connection point, then that end of the connector will be attached to the object.  Connectors will automatically reroute during this operation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Automatic rerouting&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If an 'avoided' shape is placed over an existing connector route, then the connector will automatically reroute to avoid the shape.  Also, if moving or deleting a shape frees up a better (currrently meaning shorter) path then the connector will again be rerouted.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;What's next&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There is lots more interesting things to do.  One of the important ones (I think) is to allow conectors to be attached to user placeable connection points.  This is something I would like to get people's thoughts on, i.e., what would you use them for, what would you want from them, etc.&lt;br /&gt;
&lt;br /&gt;
Also, please have a play with connectors and let me know what you like/dislike.  What works for you, what doesn't.  I'm very interested in hearing peoples opinions and in working further on making this part of Inkscape realy useful to users.&lt;br /&gt;
&lt;br /&gt;
-- Michael Wybrow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Still to do:&amp;lt;/b&amp;gt;&lt;br /&gt;
(lifted from src/connector-context.cpp)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   o  Have shapes avoid coonvex hulls of objects, rather than their&lt;br /&gt;
      bounding box.  Possibly implement the unfinished ConvexHull&lt;br /&gt;
      class in libnr.&lt;br /&gt;
   o  Draw connectors to shape edges rather than bounding box.&lt;br /&gt;
   o  Fix minor endpoint position error for connected objects.&lt;br /&gt;
   o  Show a visual indicator for objects with the 'avoid' property set.&lt;br /&gt;
   o  Create an interface for setting markers (arrow heads).&lt;br /&gt;
   o  Better distinguish between paths and connectors to prevent problems&lt;br /&gt;
      in the node tool and paths accidently being turned into connectors&lt;br /&gt;
      in the connector tool.  Perhaps have a way to convert between.&lt;br /&gt;
   o  Allow doubleclicking on connectors to swap to the connector context.&lt;br /&gt;
   o  Cleanup to remove unecessary borrowed DrawContext code.&lt;br /&gt;
   o  Allow user-placeable connection points.&lt;br /&gt;
   o  Deal sanely with connectors with both endpoints attached to the &lt;br /&gt;
      same connection point, and drawing of connectors attaching&lt;br /&gt;
      overlaping shapes (currently tries to adjust connector to be&lt;br /&gt;
      outside both bounding boxes).&lt;br /&gt;
   o  Fix many special cases related to connectors updating,&lt;br /&gt;
      e.g., copying a couple of shapes and a connector that are&lt;br /&gt;
            attached to each other.&lt;br /&gt;
      e.g., detach connector when it is moved or transformed in&lt;br /&gt;
            one of the other contexts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Discussion&amp;lt;/b&amp;gt;&lt;/div&gt;</summary>
		<author><name>193.1.100.104</name></author>
	</entry>
</feed>