vector_graphics_codec 1.1.5+1 copy "vector_graphics_codec: ^1.1.5+1" to clipboard
vector_graphics_codec: ^1.1.5+1 copied to clipboard

An encoding library for `package:vector_graphics`

CHANGELOG #

1.1.5+1 #

  • Remove/update some invalid assertions related to image formats.

1.1.5 #

  • Add support for encoding control points as IEEE 754-2008 half precision floating point values.
  • Increase minimum SDK to 2.17.0.
  • Added an error builder property to provide a fallback widget on exceptions.

1.1.4 #

  • Support more image formats and malformed MIME types.
  • Fix inheritence for fill-rules.

1.1.3 #

  • Further improvements to whitespace handling for text.

1.1.2 #

  • Fix handling and inheritence of none.

1.1.1 #

  • Multiple text positioning bug fixes.
  • Preserve stroke-opacity when specified.

1.1.0 #

  • Fix a number of inheritence related bugs:
    • Inheritence of properties specified on the root element now work.
    • Opacity inheritence is more correct now.
    • Inheritence of use elements is more correctly handled.
  • Make currentColor non-null on SVG theme, and fix how it is applied.
  • Remove the opacity peephole optimizer, which was incorrectly applying optimizations in a few cases. A future release may add this back.
  • Add clipBehavior to the widget.
  • Fix patterns when multiple patterns are specified and applied within the graphic.

1.0.1 #

  • Fix handling of unspecified fill colors on use/group elements.

1.0.0+1 #

  • Fix issue in pattern decoding.
  • Fix issue in matrix parsing for some combinations of matrices.

1.0.0 #

  • Initial stable release.

0.0.3 #

  • Pattern support.

0.0.2 #

  • Add support for encoding and decoding inline images.

0.0.1 #

  • Add [VectorGraphicsCodec], [VectorGraphicsCodecListener], and [VectorGraphicsBuffer] types used to construct and decode a vector graphics binary asset.

0.0.0 #

  • Create repository.
3
likes
0
pub points
96%
popularity

Publisher

verified publisherdnfield.dev

An encoding library for `package:vector_graphics`

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on vector_graphics_codec