ellipse元素自始可用
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.
]

参数
ellipse(
width: autorelative,height: autorelativefraction,fill: nonecolorgradienttiling,stroke: noneautolengthcolorgradientstroketilingdictionary,inset: relativedictionary,outset: relativedictionary,nonecontent,
) → contentwidth默认值:auto
The ellipse’s width, relative to its parent container.
height默认值:auto
The ellipse’s height, relative to its parent container.
fill默认值:none
How to fill the ellipse. See the rectangle’s documentation for more details.
stroke默认值:auto
How to stroke the ellipse. See the rectangle’s documentation for more details.
inset默认值:0% + 5pt
How much to pad the ellipse’s content. See the box’s documentation for more details.
outset默认值:(:)
How much to expand the ellipse’s size without affecting the layout. See the box’s documentation for more details.
body默认值: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.