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 Inkscape namespace attributes #66

Open
danielesegato opened this issue Sep 30, 2016 · 0 comments
Open

Support Inkscape namespace attributes #66

danielesegato opened this issue Sep 30, 2016 · 0 comments

Comments

@danielesegato
Copy link

Inkscape use a custom namespace in its SVG:

xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"

And there are 2 attributes in it that I think can be easily mapped to Android vector:

inkscape:transform-center-x
inkscape:transform-center-y

they can become pivotX / pivotY

I don't know if there are any other Inkscape specific attributes that can be converted into Android Vector drawables.

In theory this link should document all the differences between standard SVG and Inkscape SVG:
http://wiki.inkscape.org/wiki/index.php/Inkscape_SVG_vs._plain_SVG

In practice those two attributes are not listed there.

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

No branches or pull requests

2 participants