Oliver
Oliver
Right, I meant putting 4 copies of the pattern around it when rendering to the image. Still a bit of a performance hit, but probably not huge? If it's only...
I think just considering the vector space the pattern of 20.13 x 20.13 should tile correctly and the result ought to be seamless. I understand that there are difficulties to...
Chrome and Inkscape render this seamlessly, also with more complex patterns, which is how I noticed it. I don't know their implementations, but I'd guess they do something like that...
Interesting, that definitely is simpler and faster, and probably good enough. But it seems like rounding down or up would be more accurate, with the continuation in the case of...
Awesome, thanks. And thank you for your work in general, I recently replaced a rather slow and hefty workflow using a headless chromium process to convert SVGs with `resvg`, and...
Ah, cool. I only checked the issues, didn't see there already was a PR. I'm not so sure about an edit difference and the structured representation of the diff. I've...
Yes, there's no mechanism for that yet. Previous versions of charges, arms, or ribbons might be used in other entities, especially if they are public. Private entities can't be accessed...
Likely related: if I use `sp-raise-sexp` on `(foobar?)`, then the result is `foobar`, it removes everything after the `?`.
For https://github.com/doomemacs/doomemacs the package can be pinned to the last commit before the broken one: ```elisp ;; in packages.el (package! smartparens ;; until https://github.com/Fuco1/smartparens/issues/1212 is resolved :pin "8459f2f7f025baa8c0c98d18531a5fa32f63d949") ```