jaide (formerly eccentric-j)

Results 111 comments of jaide (formerly eccentric-j)

Looked through the code and found the problem: https://github.com/diegomura/react-pdf/blob/c0ec5d8d434b6c936c30d36a431e53256590e0d8/packages/render/src/primitives/renderSvg.js#L56 It expects a comma separated string like `0,16` vs the whitespace separated version the docs use. https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray I'm glad there's a...