vector_graphics 1.0.0+1 vector_graphics: ^1.0.0+1 copied to clipboard
A vector graphics rendering package for Flutter.
CHANGELOG #
1.0.0+1 #
- Fix issue in pattern decoding.
- Fix issue in matrix parsing for some combinations of matrices.
1.0.0 #
- Stable release.
- Use
ImageCache
for images. - Bug fixes for image rendering.
- Better support for synchronous usage in testing.
- Make clipping the viewbox optional.
0.0.3 #
- Improvements to CLI utilities.
- Dispose unused objects.
- Improved support for HTML backend.
- Less aggressive rasterization strategy for flutter_svg compatibility.
0.0.2 #
- Support for drawing images
0.0.1 #
- Added
VectorGraphic
which consumes encoded vector graphics assets using aBytesLoader
. - Added
AssetBytesLoader
andNetworkBytesLoader
as example loader implementations.
0.0.0 #
- Create repository