Skip to content

FFImageloading 2.4.6

Compare
Choose a tag to compare
@daniel-luberda daniel-luberda released this 29 Apr 23:19
· 100 commits to master since this release

Complete history of changes available here: v2.4.5...v2.4.6

Changelog

Enhancements

  • Added decoding lock for SVG files (uses the same decoding lock as non-svg image loading)
  • Added DecodingMaxParallelTasks configuration option
  • obsoleted SetExitTasksEarly added new methods with better naming:
ImageService.Instance.SetPauseWork(bool pauseWork, bool cancelExisting = false)
ImageService.Instance.SetPauseWorkAndCancelExisting(bool pauseWork)

SVG Fixes

  • SvgDataResolver size calculation fixes
  • Fixes #1104 - display:none style
  • Fixes MeasureTextWidth throwing exception
  • Text stroke support, fixes for reading text styles
  • CSS Fix for non lowercase class names parsing
  • font shorthand support, various text handling enhancements
  • initial/inherit fill/stroke support
  • Added gradient support for stroke
  • Handle a tag element