Typst Fumadocs

Ellipse

Documentation for the `ellipse` function.

An ellipse with optional content.

Example

Loading compiler...
#ellipse(
  width: auto | relative,
  height: auto | relative | fraction,
  fill: none | color | gradient | tiling,
  stroke: none | auto | length | color | gradient | stroke | tiling | dictionary,
  inset: relative | dictionary,
  outset: relative | dictionary,
  body
) -> content

Parameters

Prop

Type

On this page