Typst Fumadocs

Circle

Documentation for the `circle` function.

A circle with optional content.

Example

Loading compiler...
#circle(
  radius: length,
  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