<?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=DanielVonEhren</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=DanielVonEhren"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/DanielVonEhren"/>
	<updated>2026-05-01T21:22:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Inkscape_glossary&amp;diff=32714</id>
		<title>Inkscape glossary</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Inkscape_glossary&amp;diff=32714"/>
		<updated>2008-07-16T21:11:57Z</updated>

		<summary type="html">&lt;p&gt;DanielVonEhren: Sp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a beginning of an Inkscape glossary. Please respect it and contribute to it if you work on Inkscape UI. If you are doing translations, please create and link below a similar glossary for your language.&lt;br /&gt;
&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
A good reference for SVG vocabulary is the [[http://www.w3.org/Graphics/SVG/ SVG standard website]](hosted by the [W3C]) itself.&lt;br /&gt;
&lt;br /&gt;
== Objects ==&lt;br /&gt;
* '''Object''': an independent editable thing on the canvas. May be a path, a shape, a text object, a group, etc.&lt;br /&gt;
&lt;br /&gt;
* '''Path''': object, with nodes, but without handles. For example a line created using the Freehand tool. &lt;br /&gt;
&lt;br /&gt;
* '''Live Shape''': an object that does not display nodes but may have controls. An example is a circle or star. A live shape can be converted to path by Convert to Path command. &lt;br /&gt;
&lt;br /&gt;
* '''Node''': point of a path that you can manipulate with. If you use Node tool, then it is displayed as gray or blue (if selected) rectangle on a path. Shapes do not have nodes, only handles. Node can have one or two handles too - displayed as circles connected to node. They modify Bezier's tangents.&lt;br /&gt;
&lt;br /&gt;
* '''Handle''': &lt;br /&gt;
** One of two points around a node, displayed (for selected nodes) as a circle connected with its node by a line (node handles); &lt;br /&gt;
** The arrows around the selected object in selector (scale handles, rotation handles); &lt;br /&gt;
** Points on a shape that can be dragged by node tool to edit the shape, displayed as small white diamonds (shape handles); &lt;br /&gt;
** The things that you drag on canvas to set the placement, direction, and size of a gradient or pattern (gradient handles, pattern handles). Internally this is called a Knot, but this is a deprecated term in user documentation. &lt;br /&gt;
&lt;br /&gt;
* '''Stroke''': a visible outline of a shape or path. Not the same as path; a path may or may not have a stroke. If the stroke is present, it can be converted to path by Convert Stroke to Path command. &lt;br /&gt;
** '''Stroke shape''' (to be implemented): the dependency of the stroke width on distance along the stroke. Currently only constant-width strokes are supported. &lt;br /&gt;
** '''Stroke pattern''' (to be implemented): the representation of a stroke as a sequence of arbitrary objects positioned along the path. &lt;br /&gt;
&lt;br /&gt;
* '''Fill''': is an optional attribute for objects and their strokes. It can be a color, a pattern, a gradient or even unset (no defined, allowing clones of the object to receive their own fill).&lt;br /&gt;
&lt;br /&gt;
* '''Pattern''':&lt;br /&gt;
&lt;br /&gt;
* '''Gradient''':&lt;br /&gt;
&lt;br /&gt;
* '''Text''':&lt;br /&gt;
&lt;br /&gt;
* '''Group''':&lt;br /&gt;
&lt;br /&gt;
* '''Layer''':&lt;br /&gt;
&lt;br /&gt;
* '''Clone''':&lt;br /&gt;
&lt;br /&gt;
== Canvas ==&lt;br /&gt;
&lt;br /&gt;
* '''Document''':&lt;br /&gt;
&lt;br /&gt;
* '''Canvas''': &lt;br /&gt;
&lt;br /&gt;
* '''Page''':&lt;br /&gt;
&lt;br /&gt;
* '''Grid''':&lt;br /&gt;
&lt;br /&gt;
* '''Guide''':&lt;br /&gt;
&lt;br /&gt;
= User Interface =&lt;br /&gt;
&lt;br /&gt;
== Document window ==&lt;br /&gt;
The main window, displaying the Canvas, Menus, Commands Bar, Toolbox, Tool Controls Bar, Status Bar, etc. Note that the same instance of the program may have several document windows. Some dialog are referred to as &amp;quot;windows&amp;quot; therefore it is important to distinguish between them and the Document window. &lt;br /&gt;
&lt;br /&gt;
== Canvas ==&lt;br /&gt;
Main part, with optional border, rulers and scrollbars&lt;br /&gt;
&lt;br /&gt;
== Menu ==&lt;br /&gt;
Bar at the top. &lt;br /&gt;
&lt;br /&gt;
== Toolbox ==&lt;br /&gt;
Displaying the Tools icons, along the left side&lt;br /&gt;
&lt;br /&gt;
=== Selector tool ===&lt;br /&gt;
=== Node tool ===&lt;br /&gt;
=== Zoom tool ===&lt;br /&gt;
=== Rectangle tool ===&lt;br /&gt;
=== Ellipse tool ===&lt;br /&gt;
=== Star tool ===&lt;br /&gt;
=== Spiral tool ===&lt;br /&gt;
=== Pencil tool ===&lt;br /&gt;
To preserve consistency, please do not refer to this tool as freehand tool. Pencil tool (freehand) is better to use.&lt;br /&gt;
=== Pen tool ===&lt;br /&gt;
To preserve consistency, please do not refer to this tool as Bezier tool. Pen tool (Bezier) is better to use.&lt;br /&gt;
=== Calligraphy tool ===&lt;br /&gt;
=== Text tool ===&lt;br /&gt;
=== Gradient tool ===&lt;br /&gt;
=== Color dropper tool ===&lt;br /&gt;
&lt;br /&gt;
== Commands bar ==&lt;br /&gt;
Beneath the Menu, with buttons for commands like New, Open, ... Note that this one will likely be broken into many smaller toolbars, each covering one topic, so the user will be able to switch them on/off and rearrange. So this name is temporary. &lt;br /&gt;
&lt;br /&gt;
== Tool Controls bar ==&lt;br /&gt;
Beneath the Commands bar. Has the controls for the currently active tool. Note the capitalization. One should not refer to it as the &amp;quot;Tool bar,&amp;quot; nor is it a &amp;quot;Tool&amp;quot; edition of the &amp;quot;controls&amp;quot; variety of &amp;quot;bar&amp;quot;. It's proper name should be &amp;quot;Tool Controls&amp;quot; bar. &lt;br /&gt;
&lt;br /&gt;
== Status bar ==&lt;br /&gt;
Along the bottom side of the window&lt;br /&gt;
&lt;br /&gt;
== Rulers ==&lt;br /&gt;
&lt;br /&gt;
== Scrollbar ==&lt;br /&gt;
&lt;br /&gt;
= Dialog Boxes =&lt;br /&gt;
From wikipedia: Dialog boxes are special windows which are used by computer programs or by the operating system to display information to the user, or to get a response if needed. They are so-called because they form a dialog between the computer and the user—either informing the user of something, or requesting input from the user, or both.&lt;br /&gt;
&lt;br /&gt;
== Fill and Stroke ==&lt;br /&gt;
&lt;br /&gt;
== Transform ==&lt;br /&gt;
&lt;br /&gt;
== Gradients ==&lt;br /&gt;
&lt;br /&gt;
== Swatches ==&lt;br /&gt;
&lt;br /&gt;
== Text and fonts ==&lt;br /&gt;
&lt;br /&gt;
== Align and Distribute ==&lt;br /&gt;
&lt;br /&gt;
== Tile Clones ==&lt;br /&gt;
&lt;br /&gt;
== Global Preferences ==&lt;br /&gt;
&lt;br /&gt;
== Document Preferences ==&lt;br /&gt;
&lt;br /&gt;
== Document Metadata ==&lt;br /&gt;
&lt;br /&gt;
== Object Properties ==&lt;br /&gt;
&lt;br /&gt;
== XML Editor ==&lt;br /&gt;
&lt;br /&gt;
= Verbs (actions on objects) =&lt;br /&gt;
== on objects ==&lt;br /&gt;
* group&lt;br /&gt;
* ungroup&lt;br /&gt;
&lt;br /&gt;
* clip&lt;br /&gt;
* mask&lt;br /&gt;
&lt;br /&gt;
* pattern&lt;br /&gt;
&lt;br /&gt;
* raise&lt;br /&gt;
* lower&lt;br /&gt;
&lt;br /&gt;
* rotate&lt;br /&gt;
&lt;br /&gt;
* flip&lt;br /&gt;
&lt;br /&gt;
== on paths ==&lt;br /&gt;
=== create path(s) from object(s) ===&lt;br /&gt;
* object to path&lt;br /&gt;
* stroke to path&lt;br /&gt;
* trace bitmap&lt;br /&gt;
&lt;br /&gt;
=== boolean operations ===&lt;br /&gt;
* union&lt;br /&gt;
* difference&lt;br /&gt;
* intersection&lt;br /&gt;
* exclusion&lt;br /&gt;
* division&lt;br /&gt;
* cut&lt;br /&gt;
&lt;br /&gt;
=== manipulate paths ===&lt;br /&gt;
* combine&lt;br /&gt;
* break apart&lt;br /&gt;
&lt;br /&gt;
* inset&lt;br /&gt;
* outset&lt;br /&gt;
&lt;br /&gt;
* dynamic offset&lt;br /&gt;
* linked offset&lt;br /&gt;
&lt;br /&gt;
* simplify&lt;br /&gt;
* reverse&lt;br /&gt;
&lt;br /&gt;
== on texts ==&lt;br /&gt;
* put on path&lt;br /&gt;
* remove from path&lt;br /&gt;
&lt;br /&gt;
* flow&lt;br /&gt;
* unflow&lt;br /&gt;
&lt;br /&gt;
* convert to text&lt;br /&gt;
&lt;br /&gt;
* remove kerning&lt;br /&gt;
&lt;br /&gt;
== on layers ==&lt;br /&gt;
&lt;br /&gt;
= Effects =&lt;br /&gt;
== Fretboard designer ==&lt;br /&gt;
Those effects focus on the drawing of fretboards. A fretboard is part of the infrastructure of a string instrument (guitar, violin...)&lt;br /&gt;
Some detailed information on the specific vocabulary of stringed instrument makers (luthiers) can be found here:&lt;br /&gt;
* [http://www.fretfind.ekips.org/ Aaron's web site] about Fretfind&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Guitar Wikipedia]'s article about Guitars&lt;br /&gt;
&lt;br /&gt;
== Generate from path ==&lt;br /&gt;
&lt;br /&gt;
== Render ==&lt;br /&gt;
* L-System&lt;br /&gt;
&lt;br /&gt;
== Modify path ==&lt;br /&gt;
&lt;br /&gt;
= Inkboard =&lt;br /&gt;
== Jabber ==&lt;br /&gt;
&lt;br /&gt;
= Inkview =&lt;br /&gt;
&lt;br /&gt;
= Depreceated terms =&lt;br /&gt;
These are used inside the code. Never use them for documentation.&lt;br /&gt;
&lt;br /&gt;
* knot (this may be a &amp;quot;handle&amp;quot;, &amp;quot;control&amp;quot;, &amp;quot;node&amp;quot; etc as seen by the user)&lt;br /&gt;
* item (use &amp;quot;object&amp;quot;)&lt;br /&gt;
* desktop (use &amp;quot;canvas&amp;quot; or &amp;quot;document window&amp;quot; depending on context)&lt;br /&gt;
* event contexts (they are known to users as &amp;quot;tools&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
= Words being used as verbs and names =&lt;br /&gt;
Translators, pay attention to those words that can be used in the interface either as verbs either as names or even either as adjectives&lt;br /&gt;
* Group&lt;br /&gt;
* Clone&lt;br /&gt;
* Unset&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
&lt;br /&gt;
[[RussianTerminology]]&lt;br /&gt;
&lt;br /&gt;
[[Category:User Documentation]]&lt;/div&gt;</summary>
		<author><name>DanielVonEhren</name></author>
	</entry>
</feed>