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
Patching 2.0.0 over for example application related fixes.
Changelog 2.0.0
Breaking ⚠️
API has changed, no more global draw state. All draw/render related functionality is encapsulated into LinaVG::Drawer object. This is extremely useful for multithreading APIs, as now each thread can have it's own objects. Wiki's have been updated.
Other
CMake fixes.
Corrections to SDF text size calculations.
Texts
Font loader now omits empty glyphs to save CPU time.
Letter wrap on top of word wrap is now supported.
Texts now have custom CPU clipping, e.g. ditching vertices outside of clip area.