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
@OleksandrKucherenko Thanks for reporting. I have updated the libraries to point to latest ones and build Svg2VectorAndroid-1.0.1.jar and uploaded the same. Can you please see if it fixes the problem.
Based on investigation of: inloop/svg2android#98
Issue is in https://android.googlesource.com/platform/tools/base/+/master/sdk-common/src/main/java/com/android/ide/common/vectordrawable/Svg2Vector.java line:205
code understand only matrix() and skip all other transformations, that are easy to convert to matrix - https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform
The text was updated successfully, but these errors were encountered: