You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svgxmlns:dc="http://purl.org/dc/elements/1.1/"xmlns:cc="http://creativecommons.org/ns#"xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"xmlns:svg="http://www.w3.org/2000/svg"xmlns="http://www.w3.org/2000/svg"id="svg2367"height="745"width="745"version="1.0">
<pathid="path96"d="M 355.21871,93.556599 C 752.92565,85.659375 747.15567,748.84406 452.37064,739.7049 4.6716594,741.05072 4.3263198,102.72878 355.21871,93.556599 Z M 189.41544,361.6496 c 96.89558,-9.6305 273.82424,-24.26663 370.54595,-35.511 L 432.78971,606.03793"style="fill:#ec1b2d;fill-rule:evenodd;stroke:none" />
</svg>
When transforming this, into an Android VectorDrawable, the white triangle in the middle is lost.
Is this a bug in your awesome tool or a limitation of VectorDrawables?
The text was updated successfully, but these errors were encountered:
Yeah, It will be much easier to fix this in vector editor for now. VectorDrawable is very lightweight version of SVG in Android and still missing many features from a real SVG specification.
Have a look at this simple SVG:
When transforming this, into an Android VectorDrawable, the white triangle in the middle is lost.
Is this a bug in your awesome tool or a limitation of VectorDrawables?
The text was updated successfully, but these errors were encountered: