Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Svg2VectorDrawable.Net
C# port of Android Studio's Svg2Vector code

Usage:
```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