You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text around the Antifa flag is sensible to OS. Linux users see smaller than Mac users. It only happens when the bg.color is different from the default. To fix locally, change the text.size parameter.
antifa2 <- antifa(bg.col = rladies,
save = TRUE,
text.size = 10, #change here if it is too big
path = "./figs/antifa2.png")
sticker(antifa2,
package = "",
asp = 0.85,
s_x = 1, s_y = 1,
s_width = 1, s_height = 1,
p_size = 13,
h_fill = rladies, #bg color for hexsticker
h_color = "black",
filename = "hexsticker/rladies_antifa_purple.png")
The text was updated successfully, but these errors were encountered:
Text around the Antifa flag is sensible to OS. Linux users see smaller than Mac users. It only happens when the
bg.color
is different from the default. To fix locally, change thetext.size
parameter.The text was updated successfully, but these errors were encountered: