Alex Lockwood
Alex Lockwood
``` circle { fill: #008EEC; r: 0.1; } circle.dummy { fill: #F57F16; r: 0.085; } ```
Attempting to use an exported VD/AVD with an empty path data string will cause the app to crash.
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask
Note that the canvas displays the ruler dimensions to be somewhere around ~600 width/height. The vector's dimensions however are 1000 and 1000. These should be identical. Shapeshifter file: ``` {...
Here is a video showing how to reproduce: https://youtu.be/WbOxTZhbiRU 1. Select a layer with a single lint error 2. Open design lint 3. Click 'Re-run' 4. Click 'Jump to next...
In earlier versions of ngrx, the Action interface had a payload attribute. This no longer seems to be the case: https://github.com/ngrx/platform/blob/master/modules/store/src/models.ts#L1-L3 I am wondering if this library needs to be...