AndroidIconAnimator icon indicating copy to clipboard operation
AndroidIconAnimator copied to clipboard

Android vector icon animation tool

Results 63 AndroidIconAnimator issues
Sort by recently updated
recently updated
newest added

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.

bug
area-import-export

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.

[deleted comment]

enhancement
area-import-export

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

bug
area-import-export

- 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

help wanted
task

In the property inspector, since you can manually enter path data, show an error when there's a problem parsing the path data

enhancement
area-property-inspector