From 277d9f2570561991587495ad010c313b882d7f43 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Wed, 3 Aug 2022 18:55:22 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 21f3c2f..7abbd41 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,17 @@ Currently SDWebImage org provide 3 kinds of SVG Coder Plugin support, here is co | Plugin Name| Vector Image | Bitmap Image | Platform | Compatibility | Dependency | |---|---|---|---|---|---| -| SVGNativeCoder | NO | YES | iOS 9+ | Best and W3C standard | adobe/svg-native-viewer | -| SVGCoder | YES | YES | iOS 13+ | OK but buggy on some SVG | Apple CoreSVG(Private) | -| SVGKitPlugin | YES | NO | iOS 9+ | Worst, no longer maintain | SVGKit/SVGKit +| [SVGNativeCoder](https://github.com/SDWebImage/SDWebImageSVGNativeCoder) | NO | YES | iOS 9+ | Best and W3C standard | adobe/svg-native-viewer | +| [SVGCoder](https://github.com/SDWebImage/SDWebImageSVGCoder) | YES | YES | iOS 13+ | OK but buggy on some SVG | Apple CoreSVG(Private) | +| [SVGKitPlugin](https://github.com/SDWebImage/SDWebImageSVGKitPlugin) | YES | NO | iOS 9+ | Worst, no longer maintain | SVGKit/SVGKit -For now, I recommand to use this SVGNativeCoder for most cases, until there are any other native support on Apple platforms. +For now, I recommand to use this SVGNativeCoder (this repo) for most cases, until there are any other native support on Apple platforms. + +## SVG-Native + +[SVG Native](https://svgwg.org/specs/svg-native/) is an upcoming specification of the SVG WG based on [SVG OpenType](https://docs.microsoft.com/en-us/typography/opentype/spec/svg). + +SVG Native will be a strict subset of SVG 1.1 and SVG 2.0. ## Requirements