ellipseElement
An ellipse with optional content.
Example
// Without content.
#ellipse(width: 35%, height: 30pt)
// With content.
#ellipse[
#set align(center)
Automatically sized \
to fit the content.
]

Parameters
ellipse(
width: autorelative,height: autorelativefraction,fill: nonecolorgradienttiling,stroke: noneautolengthcolorgradientstroketilingdictionary,inset: relativedictionary,outset: relativedictionary,nonecontent,
) → contentwidthDefault: auto
The ellipse’s width, relative to its parent container.
heightDefault: auto
The ellipse’s height, relative to its parent container.
fillDefault: none
How to fill the ellipse. See the rectangle’s documentation for more details.
strokeDefault: auto
How to stroke the ellipse. See the rectangle’s documentation for more details.
insetDefault: 0% + 5pt
How much to pad the ellipse’s content. See the box’s documentation for more details.
outsetDefault: (:)
How much to expand the ellipse’s size without affecting the layout. See the box’s documentation for more details.
bodyDefault: none
The content to place into the ellipse.
When this is omitted, the ellipse takes on a default size of at most 45pt by 30pt.