From 42cdf1d0c27f9699c5db65b5bfa1081bf39f1387 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 31 Oct 2024 20:11:46 +0100 Subject: [PATCH] newsletters: One last minor edit All contributors are credited at the end, not in the body text. --- src/content/newsletters/2024-10-31.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/newsletters/2024-10-31.mdx b/src/content/newsletters/2024-10-31.mdx index 2e28400..5292132 100644 --- a/src/content/newsletters/2024-10-31.mdx +++ b/src/content/newsletters/2024-10-31.mdx @@ -117,7 +117,7 @@ Support for nesting `@media` queries is coming up next. ### Clip-path shapes -Gingeh extended our `clip-path` capabilities to include the `inset()`, `xywh()`, `rect()`, `circle()`, and `ellipse()` functions, as well as `fill-rule` support. With these new options, pages that use clip paths render more accurately in Ladybird. +We've extended our `clip-path` capabilities to include the `inset()`, `xywh()`, `rect()`, `circle()`, and `ellipse()` functions, as well as `fill-rule` support. With these new options, pages that use clip paths render more accurately in Ladybird. In the screenshot below, each black element is clipped, revealing the gray of its parent: