Releases: zathras/jovial_svg
Releases · zathras/jovial_svg
1.1.27
1.1.23
- Get rid of buggy dartdoc @category annotations.
- Fix ID lookup with SvgDOM (Issue 113)
- DOM: Export ValueColor, SvgFontSizeAbsolute (Issue 115)
- Set a color gradient's
stopattributes from a stylesheet (Issue 117). - Add a nicer toString() to SvgDOM for debugging/exploration.
- Made node
paintslight more efficient; addedresetPaint()method. - Partial support for SVG text
dominant-baselineattribute
1.1.22
[1.1.22] - August 2024
- Fix widget's cache to work when
warnFis specified (Issue 103)
[1.1.21] - May 2024
- Add a DOM API for animating/modifying SVG assets (Issues 19, 95)
- Add the ability to see what part of an SVG is
clicked on -- seeExportedIDLookup(Issue 92) - Allow a list of fonts for SVG text (Issue 91)
- Allow node ID selection from
style(Issue 93) - Add a
ScalableImageWidgetmethod to read from a file (Issue 88) - Fix attribute handling when masked node is used more than once (Issue 94)
1.1.21: Animation, misc. fixes
- Add a DOM API for animating/modifying SVG assets (Issues 19, 95)
- Add the ability to see what part of an SVG is clicked on -- see ExportedIDLookup (Issue 92)
- Allow a list of fonts for SVG text (Issue 91)
- Allow node ID selection from style (Issue 93)
- Add a ScalableImageWidget method to read from a file (Issue 88)
- Fix attribute handling when masked node is used more than once (Issue 94)
1.1.19
1.1.18: Fade effect in widget, fix currentColor with transformations
- Add switcher to widget for cross-fade effect (issue 70)
- Fix currentColor with transformations (issue 71)
1.1.17: Fix tint
PUblish 1.1.17
1.1.16: AVD scaling, robustness to possible Flutter image.dispose bug
- Fix bug with AVD scaling (issue 66)
- Add robustness to possible (unverified) Flutter bug(s) in image-related
dispose()(Issue 62) - Bump version number of http dependency (issue 59, from 1.1.15)
1.1.14
[1.1.14] - April 2023
- Implement
usetag scaling asymbol(issue 54) - Allow specification of HTTP GET headers
[1.1.13] - April 2023
- Fix degree/radian confusion in path's arc (issue 51)
- Make the slightly more elegant
ScalableImageCache.addReferenceV2()
[1.1.12] - February 2023
- Made
ScalableImageWidgetfrom anSISourcemore robustly avoid flashing when SI is in cache. - Added
ifAvailableSyncparameter toScalableImageCache.addReference
[1.1.11] - February 2023
- Require Dart SDK 2.19 (issue 42)
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)