August 2017
Beginner to intermediate
220 pages
4h 50m
English
The vector studio allows us to import SVG files and convert them into VectorDrawables. There are many ways to obtain vector graphics, and many graphic editors can convert from other formats. There are also some very good online tools to convert other formats to SVG:
image.online-convert.com/convert-to-svg
And JetBrains plugin is also available from:
plugins.jetbrains.com/plugin/8103-svg2vectordrawable
It is unlikely that you will do much when you write your own SVG objects, but it is useful to see how the process operates, as these steps demonstrate:
<svg height="210" width="210"> <polygon points="100,10 40,198 190,78 10,78 160,198" style="fill:black;fill-rule:nonzero;"/>
Read now
Unlock full access