Typst Fumadocs

Path

Documentation for the `path` function.

A path through a list of points, connected by Bézier curves.

Example

Loading compiler...
#path(
  fill: none | color | gradient | tiling,
  fill-rule: str,
  stroke: none | auto | length | color | gradient | stroke | tiling | dictionary,
  closed: bool,
  vertices
) -> content

Parameters

Prop

Type

On this page