Skip to content

Releases: zathras/jovial_svg

1.1.27

22 Jun 17:44

Choose a tag to compare

dart format

1.1.23

04 Oct 00:16

Choose a tag to compare

  • 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 stop attributes from a stylesheet (Issue 117).
  • Add a nicer toString() to SvgDOM for debugging/exploration.
  • Made node paint slight more efficient; added resetPaint() method.
  • Partial support for SVG text dominant-baseline attribute

1.1.22

03 Aug 17:16

Choose a tag to compare

[1.1.22] - August 2024

  • Fix widget's cache to work when warnF is 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 -- 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.21: Animation, misc. fixes

12 May 18:14

Choose a tag to compare

  • 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

12 Nov 07:15

Choose a tag to compare

Fix bug with stroke-dashoffset (issue 76)

1.1.18: Fade effect in widget, fix currentColor with transformations

13 Oct 10:14

Choose a tag to compare

  • Add switcher to widget for cross-fade effect (issue 70)
  • Fix currentColor with transformations (issue 71)

1.1.17: Fix tint

09 Aug 10:26

Choose a tag to compare

PUblish 1.1.17

1.1.16: AVD scaling, robustness to possible Flutter image.dispose bug

19 Jul 09:44

Choose a tag to compare

  • 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

24 Apr 17:00

Choose a tag to compare

[1.1.14] - April 2023

  • Implement use tag scaling a symbol (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 ScalableImageWidget from an SISource more robustly avoid flashing when SI is in cache.
  • Added ifAvailableSync parameter to ScalableImageCache.addReference

[1.1.11] - February 2023

  • Require Dart SDK 2.19 (issue 42)

1.1.10

31 Jan 03:31

Choose a tag to compare

[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)