devoutsvg icon indicating copy to clipboard operation
devoutsvg copied to clipboard

Bespoke SVG graphics output device with pattern fill support

Results 3 devoutsvg issues
Sort by recently updated
recently updated
newest added

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

bug

![image](https://user-images.githubusercontent.com/52735179/68922862-c690a800-07b7-11ea-8080-f96d6a825736.png) 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...