From 1ba9b3e697c86d2eb37a66b4688c87383f19ac0f Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Tue, 12 May 2026 17:47:26 +0300 Subject: [PATCH] docs: update changelog for fallback fonts --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f1a7499..85d9587ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ - Fix bound color variable inspector swatches to display the resolved variable color and detach the binding when edited directly. - Fix dashed strokes on vector nodes rendering as solid lines — dash pattern now uses `PathEffect.MakeDash` directly instead of outline conversion, and closed crescent shapes (e.g. annular wedges) render a single dashed centerline arc instead of two parallel arcs. - Fix gradient fills on text nodes by clipping gradient paints through the shaped paragraph mask. +- Fix CJK and Arabic fallback font rendering so text waits for required fallback fonts and repaints after async fallback loading completes. ### Performance