Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redth/svg2vectordrawable.net
C# port of Android Studio's Svg2Vector code
https://github.com/redth/svg2vectordrawable.net
Last synced: 10 days ago
JSON representation
C# port of Android Studio's Svg2Vector code
- Host: GitHub
- URL: https://github.com/redth/svg2vectordrawable.net
- Owner: Redth
- License: apache-2.0
- Created: 2020-06-25T19:48:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T20:57:29.000Z (2 months ago)
- Last Synced: 2024-10-17T07:32:27.940Z (21 days ago)
- Language: C#
- Size: 69.3 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svg2VectorDrawable.Net
C# port of Android Studio's Svg2Vector codeUsage:
```csharp
Svg2VectorDrawable.Svg2Vector.Convert("xamagon.svg", "xamagon.xml");
```This code is ported from the original source at: https://android.googlesource.com/platform/tools/base/+/master/sdk-common/src/main/java/com/android/ide/common/vectordrawable
Ported from original source commit: 8a5dcf6d456644a8c185ec744351f69d80699511