typst/tests/typ/elements/ellipse.typ
2021-11-17 17:09:19 +01:00

23 lines
392 B
XML

// Test the `ellipse` function.
---
// Default ellipse.
#ellipse()
---
Rect in ellipse in fixed rect. \
#rect(width: 3cm, height: 2cm, fill: rgb("2a631a"),
ellipse(fill: forest,
rect(fill: conifer,
align(center, center)[
Stuff inside an ellipse!
]
)
)
)
Auto-sized ellipse. \
#ellipse(fill: conifer)[
But, soft! what light through yonder window breaks?
]