Skip to content

Commit

Permalink
Of course I realise this mere seconds after announcing new release
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Nov 9, 2022
1 parent e161e69 commit 4785d33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ggh4x (development version)

* Fixed bug in `geom_box()` where `radius` is now properly handed off to the
grob.

# ggh4x 0.2.3

This is a small release updating some of the internals to better use the public
Expand Down
1 change: 1 addition & 0 deletions R/geom_box.R
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ GeomBox <- ggproto(
coords$xmin[i], coords$ymax[i],
width = coords$width[i],
height = coords$height[i],
r = radius,
default.units = "native",
just = c("left", "top"),
gp = gpar(
Expand Down

0 comments on commit 4785d33

Please sign in to comment.