Changelog

[1.4.0] - 2023-07-21

Fixed

  • Fix the UI Pack minimal compatible version (13.5.0).

MicroVG Implementation

Added

Changed

Fixed

  • Fix path bounds computation.

[1.3.0] - 2023-05-10

  • Compatible with UI Pack 13.5.0 or higher.

MicroVG Implementation

Changed

Front Panel

Fixed

  • Simplify pixel data conversion after drawing.

[1.2.1] - 2023-02-06

Front Panel

Fixed

  • Fix the cropped images when using GraphicsContext clip and translation.

[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.

Front Panel

Fixed

  • Fix the redirection of fillEllipseArc to the right software algorithm.

Vector Image Converter

Added

  • Add “fill alpha” animations to gradient elements.

[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.