WIP proposed use of {rsvg} (continued) - #31
Conversation
|
It seems like the new_env <- new.env(parent = emptyenv())
load("lflags.rda", envir = new_env)
ls(new_env)
# character(0) |
|
Got a trip from runapp colleagues: the |
(New flag masks still not working)
|
I haven't included the new flag rda file yet, but commit 0832c6d fixes the I had to add compression, as librsvg currently replaces the vector mask with a base64-encoded one that is huge. Not sure how to get around that other than manually patching the vector mask back in. Also, the masks still aren't rendering, giving us square flags 🙁 |
|
I won't close this yet, but consider #36 the active PR for now. |
Looks like the two branches are the same apart from
store_flags.randlflags.rda, so I'm not sure why one works and one doesn't =_=