AndroidIconAnimator
AndroidIconAnimator copied to clipboard
Android vector icon animation tool
For example, consider this `ic_add_black_24dp.svg` that I downloaded/modified from go/icons: ``` ``` AndroidIconAnimator displays a white plus sign path. However, the SVG should really display a black plus sign path.
Like in Figure 3: http://www.androiddesignpatterns.com/2016/11/introduction-to-icon-animation-techniques.html :D Maybe I'll take a shot at it some time... whenever I finish this path morphing project that is.
after importing an SVG, objects lose their position in an artboard and there is no way that I've found to fix it, even just importing an object's PathData doesn't work....
- Tests for given SVG file, compared to a rendered bitmap - Tests for a given .iconanim file, and given time `t`, compared to a golden rendered bitmap
In the property inspector, since you can manually enter path data, show an error when there's a problem parsing the path data