Inkscape Coordinates

Understanding the way Inkscape handles coordinates is necessary to be able to fully take advantage of the tools Inkscape has for positioning objects. When you open the main Inkscape window, Rulers are drawn by default at the top and left edges of the canvas (see the section called “The Anatomy of the Inkscape Window”). The units of the Rulers are the same as the default units of the canvas. If you hover the pointer over a Ruler, a tool tip will show the current unit. The default unit can be changed via the Document Properties dialog (File Document Properties... (Shift+Ctrl+D)). Options for the coordinates system units are:

cm
Centimeters
ft
Feet
in
Inches
m
Meters
mm
Millimeters
pc
Picas
pt
Points
px
Pixels

Conversion between the units is fairly straightforward: 1 inch = 1/12 ft = 2.54 cm = 25.4 mm = 0.0254 m = 6 pc = 72 pt. The pixel (px) unit is adjustable in the Inkscape Preferences dialog (File Inkscape Preferences... (Shift+Ctrl+P)) under the Import/Export tab (Default export resolution). It is also equivalent to the User Unit in the SVG specification. Inkscape takes care of conversions when changing units. Note: Feet and meters are not SVG or CSS defined units.

Various Inkscape parameters can be set using independent units. For example, the default x scale can be set to millimeters, while the alignment Grid can be defined in inches.

One confusing aspect is that Inkscape uses a different scale internally. On the canvas, the x and y coordinates increase as one moves right or up. Internally the y coordinate is flipped as per the SVG standard. Thus, (0, 0) is defined from the upper-left corner of the page region internally but at the bottom-left corner in the canvas window. The internal scale is fixed (by default) to 90 dpi. The internal scale is important if you wish to edit by hand an object using the XML Editor.

There are two competing camps for how angles should be defined. Fortunately for the peace, Inkscape supports both through the Compass-like display of angles option under the Steps tab in the Document Properties dialog (File Document Properties... (Shift+Ctrl+D)).

Definition of angles.
Definition of angles. Left: The mathematician's view (default). Right: The geographer's view.