Skip to content

Commit

Permalink
Set rsvg as default SVG post-processing: rsvg2 is broken on shiny…
Browse files Browse the repository at this point in the history
…apps.io

* It is somehow broken for new deployments, but still works locally.
* No big deal for the live app to use `rsvg`, also given that InkScape-based post-processing have always been broken there.
  • Loading branch information
riccardoporreca committed Jan 24, 2024
1 parent eeb1776 commit 066dcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rTRNG-stickR-app.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ ui <- function() {
12,
radioButtons("svg_postprocess", label = NULL, inline = TRUE,
choices = c("as-is", "rsvg", "rsvg2", "inkscape", "inkscape-text2path"),
selected = "rsvg2")
selected = "rsvg")
)
),

Expand Down

0 comments on commit 066dcae

Please sign in to comment.