Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of different transformations #1

Open
OleksandrKucherenko opened this issue Apr 10, 2018 · 2 comments
Open

Support of different transformations #1

OleksandrKucherenko opened this issue Apr 10, 2018 · 2 comments

Comments

@OleksandrKucherenko
Copy link

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

@ravibhojwani86
Copy link
Owner

@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.

@OleksandrKucherenko
Copy link
Author

I don't see in MASTER code any changes that enable support of: rotate, translate, skewX, scale, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants