SDWebImageSVGCoder Versions Save

A SVG coder plugin for SDWebImage, using Apple's built-in framework

1.1.0

4 years ago

Features

  • Support to decode SVG as bitmap image, for image processing #11
  • Fix the issue that sd_imageFormat not been set to .SVG

1.0.0

4 years ago

Important

For current SVGKit user, we move the SVGKit support into another repo: https://github.com/SDWebImage/SDWebImageSVGKitPlugin

The 1.0.0 version now support iOS 13+/macOS 10.15+, to use the system framework for SVG rendering

The 1.0.0 version also bring the SwiftPM and watchOS support

0.3.0

5 years ago

Feature

  • Add support to easy export("encoding") the SVG data of SVGKImage presentation #4

0.2.0

5 years ago

Project

  • Upgrade the SDWebImage dependency to ~> SDWebImage 5.0

0.1.1

5 years ago

Fix

  • Upgrade the upstream SDWebImage dependency to 5.0.0-beta4.
  • Fix the Carthage install module name, which should be just SDWebImageSVGCoder without any suffix.

0.1.0

5 years ago

Feature

  • Support using SVGKit's SVGKFastImageView or SVGKLayeredImageView
  • Support decoding SVG into SVGKImage custom image instance
  • Support decoding SVG into the bitmap representation UIImage/NSImage
  • Support a custom out-of-box property to automatically adjust content mode