Skip to content
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

text.size is sensible to OS #1

Open
saramortara opened this issue Jun 2, 2020 · 0 comments
Open

text.size is sensible to OS #1

saramortara opened this issue Jun 2, 2020 · 0 comments

Comments

@saramortara
Copy link
Contributor

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")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant