typst/tests/typ/library/ellipse.typ
2021-03-20 20:19:30 +01:00

17 lines
425 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: #43a127)[
#rect(width: 100%, height: 100%, fill: #9feb52)[
#align(center, center)[Stuff inside an ellipse!]
]
]
]
Auto-sized ellipse. \
#ellipse(fill: #9feb52)[
But, soft! what light through yonder window breaks?
]