- Transfers the package source from https://github.com/dnfield/vector_graphics to https://github.com/flutter/packages.
- Relax package:http constraint.
- Use package:http to drop dependency on dart:html.
- Add missing save before clip.
- Add missing clip before saveLayer.
- Fix case sensitivity on scientific notation parsing.
- Fix publication error that did not have latest source code.
- Fix handling of invalid XML
@idattributes. - Fix handling of self-referential
<use/>elements. - Add
--out-diroption to compiler. - Tweak warning message for unhandled eleemnts.
- Fix bugs in transform parsing.
- Support for matching the ambient text direction.
- Fix bug in text position computation when transforms are involved.
- Remove/update some invalid assertions related to image formats.
- 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.
- Support more image formats and malformed MIME types.
- Fix inheritence for
fill-rules.
- Further improvements to whitespace handling for text.
- Fix handling and inheritence of
none.
- Multiple text positioning bug fixes.
- Preserve stroke-opacity when specified.
- 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
useelements is more correctly handled.
- Make
currentColornon-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.
- Fix handling of unspecified fill colors on use/group elements.
- Fix issue in pattern decoding.
- Fix issue in matrix parsing for some combinations of matrices.
- Initial stable release.
- Pattern support.
- Add support for encoding and decoding inline images.
- Add [VectorGraphicsCodec], [VectorGraphicsCodecListener], and [VectorGraphicsBuffer] types used to construct and decode a vector graphics binary asset.
- Create repository.