vector_graphics_codec 1.0.1 vector_graphics_codec: ^1.0.1 copied to clipboard
An encoding library for `package:vector_graphics`
CHANGELOG #
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.