You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
SVGKit repo seems no longer activelly maintained. And the SVG features support is still lack of support for long time. And there are many many of bugs in implementation.
Across all the open-source world, there are no any SVG library that implements the standard on iOS system, including SwiftSVG, Macaw, etc. I've already try all of them.
Recentlly, there is a new W3C standard called SVG-Native. It's aim to provide a SVG vector format which based on SVG 1.1, without some features which heavily required Web environment, like CSS, Script, x-linking.
I think this is the future of our library to support SVG, a vector format. Since our users always use the Native rendering engine, we're not a WebKit port to render some vector format (So why not using WKWebView?).
If you think this is the correct way to use vector format on mobile system, I'd like to implements with the support library once the SVG-Native 1.0 standard is released.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
SVGKit repo seems no longer activelly maintained. And the SVG features support is still lack of support for long time. And there are many many of bugs in implementation.
Across all the open-source world, there are no any SVG library that implements the standard on iOS system, including SwiftSVG, Macaw, etc. I've already try all of them.
Recentlly, there is a new W3C standard called SVG-Native. It's aim to provide a SVG vector format which based on SVG 1.1, without some features which heavily required Web environment, like CSS, Script, x-linking.
I think this is the future of our library to support SVG, a vector format. Since our users always use the Native rendering engine, we're not a WebKit port to render some vector format (So why not using
WKWebView
?).If you think this is the correct way to use vector format on mobile system, I'd like to implements with the support library once the SVG-Native 1.0 standard is released.
The text was updated successfully, but these errors were encountered: