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

See [this line](https://github.com/romannurik/AndroidIconAnimator/blob/bb878ec96b104958c77a47629b0131277ccd03d6/app/components/filehandlers/filedroptarget.js#L131): ``` fileReader.onabort = function(e) { this.setState_(State.NONE); alert('File read cancelled'); }; ``` Calling `this.setState_` won't work because you are using the `function` keyword instead of an arrow function....

Currently AIA limits the user to only one at a time.

For example, try to import the following SVG: ``` ``` In the top two rectangular boxes, the entire thing is filled. However, selecting the middle does not cause the path...

bug
area-canvas

I think this line might be wrong: https://github.com/romannurik/AndroidIconAnimator/blob/695b10f0bcc0775369a2d14b0c39994a31ab45f7/app/scripts/SvgPathData.js#L727 Consider a dumb path that is something like `M 10 10 M 20 20 M 30 30 L 40 40 Z`. In...

For example, in line 94 and 103: https://github.com/romannurik/AndroidIconAnimator/blob/master/app/components/canvas/canvas-ruler.js#L90-L107 Sometimes the less than or equal calculations in the for loop, such as `x

bug
area-canvas

Should probably point to GitHub rather than a Dropbox link.

bug

i.e. create a manifest.json file When you do, add a link to the file this site too: https://outweb.io/ Offline support using service workers would be cool too.

enhancement