docs: update changelog for fallback fonts

This commit is contained in:
Danila Poyarkov 2026-05-12 17:47:26 +03:00
parent 57e6ed46cb
commit 1ba9b3e697

View file

@ -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