- Updates error handling in VectorGraphicWidget to handle errors when the bytes of the graphic cannot be loaded.
- Relaxes dependency constraint on vector_graphics_codec.
- Fix execution on the web with WebAssembly.
- 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
@id
attributes. - Fix handling of self-referential
<use/>
elements. - Add
--out-dir
option 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 decoding control points as IEEE 754-2008 half precision floating point values.
- Migrate the test to extend DefaultWidgetsLocalizations.
- Added an error builder property to provide a fallback widget on exceptions.
- Support more image formats and malformed MIME types.
- Fix inheritence for
fill-rule
s.
- 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
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.
- Fix bug in asset loading from packages.
- Fix handling of fill colors on use/group elements.
- Fix issue in pattern decoding.
- Fix issue in matrix parsing for some combinations of matrices.
- Stable release.
- Use
ImageCache
for images. - Bug fixes for image rendering.
- Better support for synchronous usage in testing.
- Make clipping the viewbox optional.
- Improvements to CLI utilities.
- Dispose unused objects.
- Improved support for HTML backend.
- Less aggressive rasterization strategy for flutter_svg compatibility.
- Support for drawing images
- Added
VectorGraphic
which consumes encoded vector graphics assets using aBytesLoader
. - Added
AssetBytesLoader
andNetworkBytesLoader
as example loader implementations.
- Create repository