From e6157329239870df9ce593f5263a0392f7f40a02 Mon Sep 17 00:00:00 2001 From: Tom Churchman Date: Thu, 12 Sep 2024 18:03:40 +0200 Subject: [PATCH] Fix typo (#69) --- content/blog/2024-09-11-tmix-08/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2024-09-11-tmix-08/index.md b/content/blog/2024-09-11-tmix-08/index.md index a6329fd..3a370d3 100644 --- a/content/blog/2024-09-11-tmix-08/index.md +++ b/content/blog/2024-09-11-tmix-08/index.md @@ -99,7 +99,7 @@ Vello is our GPU vector renderer. We have made some really great progress in August. - We now support blurred rounded rectangles, contributed by Markus Siglreithmaier ([vello#665][]) -- Blend stack spilling was implementing, which allows blends more than four layers deep ([vello#661][]). +- Blend stack spilling was implemented, which allows blends more than four layers deep ([vello#661][]). - Fixes for some visual artifacts in [vello#651][], [vello#659][] and [vello#673][]. - Embedding existing wgpu textures is now supported ([vello#636][]). - We now support bitmap glyphs (i.e. emoji), in addition to our previous COLR support ([vello#641][]).