Skip to content

Commit 363a538

Browse files
committed
...
1 parent 038ee38 commit 363a538

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

R/tm_layers_text.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,8 @@ opt_tm_text = function(points_only = "ifany",
493493
on_surface = FALSE,
494494
shadow = FALSE,
495495
shadow.col = NA,
496-
shadow.offset.x = 0.1,
497-
shadow.offset.y = 0.1,
496+
shadow.offset.x = 0.05,
497+
shadow.offset.y = 0.05,
498498
halo = FALSE,
499499
halo.col = NA,
500500
halo.width = 0.02,
@@ -551,7 +551,7 @@ opt_tm_labels = function(points_only = "ifany",
551551
shadow.offset.y = 0.05,
552552
halo = FALSE,
553553
halo.col = NA,
554-
halo.width = 0.05,
554+
halo.width = 0.02,
555555
halo.blur = 0.1,
556556
just = "center",
557557
along_lines = TRUE,

man/tm_text.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)