- 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.
- Support for encoding path control points as IEEE 754-2008 half precision
floating point values using the option
--use-half-precision-control-points. - 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.
- Parsing is now synchronous, and is easier to work with in tests.
- Correctly handle images with
ids and defined indefsblocks. - Compile time color remapping support.
- Better concurrency support
- Pattern support.
- Bug fixes around image handling.
- Bug fix for when optimizers are used on non-default fill types.
- Support for SVG theme related properties (currentColor, font-size, x-height).
- Add optimizations for masks, clipping, and overdraw.
- Create repository