Dmitry Iv.
Dmitry Iv.
Related to the old idea of notebooks prints, this grid, carried to the end would allow for printing custom notebook grid
Copying iphone’s `1, 2.5, 5` steps is maybe not the best solution for large scales, like `2.5s` step — whaat? Why not 2s? I guess it is better stick to...
Circular mask is good but unnecessary
Especially FF. I guess before update I should add 'hidden' or something. Anyways it is not urgent, when real use-cases will require that.
```js let n = require('normalize-svg-coords') n('M10,-20V20L-10,0Z', {viewBox: [-10, -20, 10, 20], min: -10, max: 10}) // 'M10.0000 -10.0000V20.0000L-10.0000 0.0000Z' ``` ↑ we lost y-coord shift in `M` command, and result...
The following snippet ```html Home About Lineup Tickets FAQ ``` is being formatted to ```html Home About Lineup Tickets FAQ ```
### Describe the bug  If unicode combining marks were added to some characters, github differ shows only changed unicode part, but since marks are rendered by font in relation...
Inspired by normalize, a set of changes