Skip to content

Commit

Permalink
try bold face for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Apr 27, 2019
1 parent fa7e18e commit a067891
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logo/logo_hex-streams.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ glyph_sf <- function(chars, bbox, scale_factor = 3700, offset_y = 0){
# chars <- "nhdR"
# bbox <- hu12
n_raw_mat <- lapply(strsplit(chars, "")[[1]], function(x){
n_raw <- fontr::glyph_polygon(x)
n_raw <- fontr::glyph_polygon(x, face = "bold")
centroid <- st_centroid(st_as_sfc(st_bbox(bbox)))
centroid <- as.data.frame(st_coordinates(centroid))
# multiplication avoids rounding errors
Expand Down
Binary file modified man/figures/logo.png
Loading
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 a067891

Please sign in to comment.