JorgeCastilloPrz / AndroidFillableLoaders

Android fillable progress view working with SVG paths. This is a nice option too if you want to create an interesting branding logo for your app. Based on the iOS project: https://github.com/poolqf/FillableLoaders
Apache License 2.0
2k stars 269 forks source link

How to get SVG path of my logo? #13

Closed phoenixvk closed 7 years ago

phoenixvk commented 7 years ago

How to get SVG path of my logo? Any tutorial available?

rohittayal595 commented 7 years ago

Open the image in gimp... Trace the path of your logo... Save it externally on hard drive... Then you would need to open this file in a text viewer... Here you'd find the path you previously extracted..

rohittayal595 commented 7 years ago

http://www.useragentman.com/blog/2013/04/26/how-to-create-svg-paths-easily-using-the-gimp/

This will make it easy to understand :)

phoenixvk commented 7 years ago

Thank you so much