Changelog¶
[1.4.0] - 2023-07-21¶
Fixed
- Fix the UI Pack minimal compatible version (13.5.0).
MicroVG Implementation¶
Added
- Add SystemView event logs (feature available with C Module MicroVG 3.0.1).
Changed
- Compatible with MicroVG API 1.4.
Fixed
- Fix path bounds computation.
[1.3.0] - 2023-05-10¶
- Compatible with UI Pack 13.5.0 or higher.
[1.2.1] - 2023-02-06¶
[1.2.0] - 2022-12-30¶
- Compatible with UI Pack 13.3.0 or higher.
MicroVG Implementation¶
Changed
- Compatible with MicroVG API 1.2.
- Change the VectorImage internal format: raw format instead of immutables format.
[1.1.0] - 2022-09-05¶
- Compatible with UI Pack 13.3.0 or higher.
MicroVG Implementation¶
Changed
- Compatible with MicroVG API 1.1.
- Allow loading a VectorFont from external resources.
- Change color animation interpolation (match Android formula).
Fixed
- Fix NullPointerException while sorting TranslateXY VectorDrawableObjectAnimator in vectorimage-converter.
LLAPIs¶
Added
- Add LLAPI to close a font:
LLVG_FONT_IMPL_dispose()
.
Changed
- Manage the font complex layout.
- Returns an error code when drawing something.
[1.0.1] - 2022-05-16¶
- Compatible with UI Pack 13.2.0 or higher.
MicroVG Implementation¶
Fixed
- Fix incorrect transformation of animated paths while creating a filtered image.
[1.0.0] - 2022-05-13¶
- Initial release.
- Compatible with UI Pack 13.2.0 or higher.
- Compatible with MicroVG API 1.0.0.