FFImageloading 2.4.6
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 enhancementsinitial
/inherit
fill
/stroke
support- Added gradient support for
stroke
- Handle
a
tag element