Skip to content

Commit d0a49ac

Browse files
committed
add comment
1 parent e9da511 commit d0a49ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-legend-draw.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ test_that("all keys can be drawn without 'params'", {
66
size <- size * 10 # cm to mm
77

88
# Render every key
9+
# If we're to develop new legend keys, we can keep appending this pattern
10+
# for new keys and layout should adjust automatically
911
keys <- list(
1012
point = draw_key_point(GeomPoint$use_defaults(NULL), params, size),
1113
abline = draw_key_abline(GeomAbline$use_defaults(NULL), params, size),

0 commit comments

Comments
 (0)