-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP proposed use of {rsvg} (continued) #31
base: main
Are you sure you want to change the base?
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.r
andlflags.rda
, so I'm not sure why one works and one doesn't =_=