Skip to content

Commit

Permalink
Update sticker
Browse files Browse the repository at this point in the history
  • Loading branch information
bthieurmel committed Jun 20, 2019
1 parent 200992a commit f1b6e0c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions inst/sticker/build_sticker.R
Expand Up @@ -9,16 +9,30 @@ showtext_auto()

p <- system.file("sticker/users-cog-solid.svg", package = "shinymanager")

# sticker(p, package="shinymanager", spotlight = F,
# s_x=1, s_y=.75,
# p_family = "indi", p_size = 40,
# s_width = 0.6, s_height = 0,
# h_color = "#136ba0", h_size = 2,
# h_fill = "#459dd3",
# white_around_sticker = FALSE,
# l_x = 1, l_y = 0, l_width = 3, l_height = 3, l_alpha = 0.6,
# dpi = 600, asp = 0.8,
# url = "Developed by Datastorm & DreamRs", u_size = 6,
# u_family = "indi", u_color = "white",
# u_x = 0.2, u_y = 0.47,
# u_angle =-30, filename = "inst/sticker/shinymanager.png")

sticker(p, package="shinymanager", spotlight = F,
s_x=1, s_y=.75,
p_family = "indi", p_size = 40,
s_width = 0.6, s_height = 0,
h_color = "#136ba0", h_size = 2,
h_color = "#136ba0", h_size = 1,
h_fill = "#459dd3",
white_around_sticker = FALSE,
l_x = 1, l_y = 0, l_width = 3, l_height = 3, l_alpha = 0.6,
dpi = 600, asp = 0.8,
url = "Developed by Datastorm & DreamRs", u_size = 6,
url = "Developed by Datastorm & DreamRs", u_size = 8,
u_family = "indi", u_color = "white",
u_x = 0.2, u_y = 0.47,
u_angle =-30)
u_x = 0.2, u_y = 0.52,
u_angle =-30, filename = "inst/sticker/shinymanager.png")
Binary file modified inst/sticker/shinymanager.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1b6e0c

Please sign in to comment.