devoutsvg
devoutsvg copied to clipboard
Bespoke SVG graphics output device with pattern fill support
Following-up on [this discussion](https://github.com/wilkelab/ggtext/issues/4), the proposal would be to leverage Katex or Mathjax to produce XML representing and positioning the glyphs, and have devoutsvg render them.
Hey @coolbutuseless Found two bugs for you: First here's the code to reproduce: ```r library(ggplot2) library(svgpatternsimple) library(devout) library(sf) # load test data stl
 Hello, i got a error, when i use devout package to create picture filled with texture, the text on picture are all black solid, but when i did not...