Alexey Vasilyev
Results
2
issues of
Alexey Vasilyev
In the way `getStringWidth()` calculates width right now: Object.assign(textEl.style, style); textEl.textContent = str; return textEl.getComputedTextLength(); There are the following problems: 1. it doesn't take into account `fontSize` of `Text` component,...
🐛 bug
👋 help wanted
@visx/text
Something goes wrong when using postcss-nested with cssnano in the postcss pipeline. > cat no-bug.css #hello { &.world { background-color: red; } } > cat no-bug.css | npx postcss -u...