Alex Lockwood

Results 102 issues of Alex Lockwood

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

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

The current hit test for stroked paths simply checks to see if the projection from the point to the path is less than or equal to half the stroke width....

bug
area-canvas

For example, if you select a path and try to navigate through the tree of paths using the up/down arrow keys, nothing happens. On an unrelated note, I would guess...

enhancement

This SVG imports incorrectly in Firefox, Chrome, and Safari. All three browsers have different behavior too... so I would test that it works in all three before closing the bug....

bug
area-import-export

``` ```

bug
area-import-export

If we want the min viewBox size to be 4, then maybe we should transform the pathData to ensure this precondition is met w/o affecting the scale of the image?...

bug
area-import-export

Example SVG: ``` ``` The SVG should have a width and height of 400 and 380 respectively. However, the artwork is given a width/height of 100 (which is the default)....

bug
area-import-export

For example, when I attempt to import the SVG below I get a crash. Removing the trailing space after the `z` seems to avoid this. ``` ```

bug
area-import-export

And ideally show some sort of error message snackbar or something indicating the problem. Not catching runtime exceptions that occur seems to cause problems.

bug
area-import-export