Based on investigation of: https://github.com/inloop/svg2android/issues/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
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