I am trying to create 2 SVGs that can be morphed from one another in order to use them in an Android app.
However, the requirements are rather strict: The 2 SVGs (from and to) must have the same number of instructions and the same types of nodes in the same order, i.e. if path 1 is move then line, then path 2 needs to be move then line too, otherwise it will crash the app.
Is there any tool to accomplish this?
So far I have only encountered visual tools that do not give any control on how the exported path will look like and nothing allowing two SVGs to match.
No comments:
Post a Comment