Select the Ellipse Tool
from the main Toolbox along the left side of the window (or use a keyboard shortcut E or F5)
Hold the primary mouse button and Drag the mouse diagonally over the canvas until the desired size/shape is achieved. Then release the mouse button.
The starting point will be one of the bounding box corners. The end point of your drag will be the opposite bounding box corner. And your new ellipse will be inside the bounding box.
While dragging, you can hold these modifier keys to constrain the ellipse in different ways:
Hold CtrlCmd while dragging to constrain the ellipse to set ratios of the bounding box, such as 1:1 (circle), 1:1.618 (Golden Ratio), 1:2, 2:1 and so on.
Hold Shift while dragging, to center the ellipse to the point where the Left Mouse Button is first clicked
Hold AltOption while dragging, to create an ellipse with the circumference passing through the start and end points of the drag.
Hold AltOptionCtrlCmd while dragging, to create a circle with a diameter defined by the distance between the start and stop point of the drag (rather than the bounding box).
Hold ShiftCtrlCmd while dragging, combines the actions of both Shift and CtrlCmd.
By default the ellipse object inherits the current style, which is the last style applied to any object.
Alternatively, tools can be configured to draw in their own unique style. This behavior can be changed on a tool by tool basis in Inkscape PreferencesEdit ‣ Preferences ‣ Tools ‣ Shapes ‣ Ellipse/Arc tool.
(Right-click the Ellipse tool icon/button or use the keyboard shortcut CtrlCmdShiftP to open Preferences dialog.)
Once drawn, Fill and Stroke colors and Stroke width can be adjusted by:
Clicking on a color in the palette (Click for the fill, ShiftClick for the stroke).
While the Ellipse tool is enabled the ellipse object will display modification handles - little square and circular handles.
The square handles allow users to change the size of the ellipse.
The top square handle adjusts the ellipse vertically (Ry),
The left square handle adjusts the ellipse horizontally (Rx).
Holding CtrlCmd while dragging the square handles constrains the ellipse to a circle.
The circle handles (there are two, one on top of the other) allow users to draw arcs (open arcs or curves) or wedges/pie pieces (closed paths).
Once you grab a circle handle with the mouse, you can move your mouse away from the handle as you drag it.
If you keep your mouse inside the original ellipse as you drag a circle handle, you will convert the original ellipse to an arc or open curve.
If you keep your mouse outside the original ellipse as you drag a circle handle, the original ellipse becomes a closed wedge or pie piece.
See the illustrations for a better understanding.
Hold the modifier keys as you drag, to perform special techniques:
Hold the CtrlCmd key as you drag a circle handle to force the handle to move in 15° increments or steps. You can change the default steps in Rotation snap angle.
Hold the Shift key while you drag a circle handle, to lock both handles as the ellipse rotates. Both handles move together.
Hold the CtrlCmdShift keys to rotate both locked circle handles in 15° steps.
Adjustments made with the arrow keys fail to update either the XML file or the Rx/Ry, Start/End entries in the Tool Controls bar.
Here are some workarounds:
Deselect the ellipse on the canvas, then re-select it. This causes the entry boxes on the tool controls bar to update. Now click inside one of the entry boxes and press EnterReturn. This causes the XML file to be updated.
Switch to Selection tool
. Select the ellipse on the canvas. Press one arrow key and then press the opposite arrow key back again. This causes the Rx/Ry, Start/End entry boxes, and XML to all be updated.
(Ellipse handles adjusted using keyboard shortcuts update the entry boxes of the Object Properties dialog. But the XML file is not updated.)
(CtrlCmdZ does not undo adjustments made with keyboard shortcuts.)
With an ellipse selected the [ or ] keys will rotate the ellipse in 15° steps (by default).
The < (,) or > (.) keys will shrink or enlarge the ellipse.
(See Transforms with keyboard ).
Note
When multiple objects are selected, the keyboard shortcuts will rotate and resize around the center of the selection area.
Units: Select the units you want from the dropdown menu. (For more information, please see :doc:Inkscape Units</doc-management/document-setup/document-properties/display>)
Start: The angle from horizontal to the start circle handle.
End: The angle from horizontal to the end circle handle.
Icons:
Switch to wedge (pie slice),
open arc,
closed arc,
whole ellipse
Entry box arithmetic (+ add, - subtract , * multiply , / divide) is available, computation progresses from left to right.
The same modification handles are available on a selected ellipse, as if the Ellipse/Arc tool was enabled. You can even adjust the ellipse modification handles with these other tools.
Note
When multiple shape objects are selected only the Node tool will display the modification handles.
In Inkscape, the Ellipse tool utilizes Sodipodi attributes to define arc shapes,
particularly for parameters like the arc-type, arc end and start points.
These parameters are stored using XML attributes prefixed with sodipodi: within the Inkscape SVG code.
When the SVG is loaded into Inkscape these attributes are used to regenerate the SVG path d=”” attributes.
If exported as Plain SVG only the path will be saved (same as if applied Object to Path),
if then reloaded into Inkscape the arc will no longer be editable as an ellipse.