typst/tests/typ/library/ellipse.typ
2021-05-23 22:59:25 +02:00

17 lines
424 B
XML

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