You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: Added the PaintingStyle built-in widget, enabling any widget to utilize painting_style to specify how shapes and paths should be painted within its descendants. (#633@M-Adoo)
Changed
text: Merge the overflow field to the TexStyle structure. (#629@M-Adoo)
Breaking
text: Enhance the typography APIs by eliminating FontSize, Pixel, and Em, and directly utilize only logical pixels represented by f32. (#629@M-Adoo)