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
DecodingMaxParallelTasksconfiguration option - obsoleted
SetExitTasksEarlyadded new methods with better naming:
ImageService.Instance.SetPauseWork(bool pauseWork, bool cancelExisting = false)
ImageService.Instance.SetPauseWorkAndCancelExisting(bool pauseWork)SVG Fixes
SvgDataResolversize calculation fixes- Fixes #1104 -
display:nonestyle - Fixes
MeasureTextWidththrowing exception - Text stroke support, fixes for reading text styles
- CSS Fix for non lowercase class names parsing
fontshorthand support, various text handling enhancementsinitial/inheritfill/strokesupport- Added gradient support for
stroke - Handle
atag element