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