svglite icon indicating copy to clipboard operation
svglite copied to clipboard

A lightweight svg graphics device for R

Results 16 svglite issues
Sort by recently updated
recently updated
newest added

I created a R markdown file which creats pie charts by using `ggplot2` and `svglite`, specifying the width and heights by `fig.width` and `fig.height` option and their magnifying rate by...

From https://github.com/r-lib/pkgdown/issues/2433, we get this error: ``` Error: ! Expected string vector of length 1 ``` Which is obviously hard to debug because we don't know what function it is,...

tidy-dev-day :nerd_face:

`{svglite}` does not encode tabular and proportional numbers correctly. Tabular figures of a font that uses proportional numbers as standard gets narrowed when `fix_text_size = TRUE` and somewhat squeezed together...

bug