diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-07-09 14:02:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-09 12:02:13 +0000 |
| commit | 9ad1879e9d0978d828790fdf7978ba4aff240a71 (patch) | |
| tree | 17f456a8733b7fb166776c33964d63228cf40397 /tests/suite | |
| parent | e5e813219edd3553535c4c6cf885138dbc9f3f9a (diff) | |
Anti-alias clip paths (#6570)
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/layout/container.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/suite/layout/container.typ b/tests/suite/layout/container.typ index f15ddfe4..489c8892 100644 --- a/tests/suite/layout/container.typ +++ b/tests/suite/layout/container.typ @@ -325,3 +325,10 @@ b a #block(height: -25pt)[b] c + +--- issue-6267-clip-anti-alias --- +#block( + clip: true, + radius: 100%, + rect(fill: gray, height: 1cm, width: 1cm), +) |
