Can we convert NSImage to SVG in Swift OSX ? #192
Unanswered
YogeshPateliOS
asked this question in
Q&A
Replies: 1 comment 4 replies
-
PocketSVG doesn't offer the functionality to convert NSImage to SVG. SFSymbols are vector graphics, so you already have a lot of the functionality of an SVG. What are you trying to achieve? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Actually, I want to convert SFSymbol Image (as NSImage) to SVG. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions