Hi, For instance , in Inkscape there is one option to convert shapes into path , like d = "M 0, 0 ...." https://inkscape.org/en/doc/tutorials/shapes/tutorial-shapes.en.html I am sure other tools will have something similar.
There is no such SVG version for designer to use, it is just a good practice (like flatten things down into path ) such that it will be more friendly to convert to VectorDrawable which is a subset of SVG. BTW, we will be supporting <ellipse> better in the next release, like 1.5. Thanks, -Tenghui On Wednesday, September 30, 2015 at 9:42:20 PM UTC-7, SHAN UL HAQ wrote: > > Hi, > > I am trying to use a local SVG file created by the designer in Android > Studio 1.4 RC3 and using the android gradle plugin 1.4.0-beta2. > > I am trying to import a local SVG file but getting following error. > > In face-7.svg: > ERROR@ line 8 <ellipse> is not supported > ERROR@ line 11 <ellipse> is not supported > ERROR@ line 12 <ellipse> is not supported > > why am I getting the error? should the designer follow a specific svg > version or something? > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
