1.1.10
[1.1.10] - January 2023
- Add ScalableImageWidget.isComplex
- Fix bug in ScalableImageWidget resulting in excessive repaint (issue 37)
- Expose scale/align logic via ScalingTransform
- Allow percentage units
- Add currentColor parameter to ScalableImageWidget
[1.1.9] - January 2023
- Add missing support for opacity attribute in style tags
- Add support for rgba colors
- Add support for CDATA
- Add support for comments in stylesheets
[1.1.8] - December 2022
- Add em units, and consistently allow units in SVG files
- Suppress warnings about "data-*" attributes in SVG files
[1.1.7] - December 2022
- For http loading, default to UTF8, allow encoding to be specified.
- Added example/asset.dart to show common case of SVG in an asset
[1.1.6] - September 2022
- Update for Flutter 3.3 release (change in lints)