Alex Lockwood
Alex Lockwood
Right now it assumes that the namespace will be named 'android', although theoretically it could be named anything.
There is a lint warning that suggests not to use it due to crashes in older devices.
Example: ```xml ``` The first path is useless and should be removed.
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...
``` ```
``` ```
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...