Skip to content

Commit eae0a79

Browse files
committed
swap raster key
1 parent e9f511f commit eae0a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-raster.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ GeomRaster <- ggproto("GeomRaster", Geom,
124124
default.units = "native", interpolate = interpolate
125125
)
126126
},
127-
draw_key = draw_key_rect
127+
draw_key = draw_key_polygon
128128
)

0 commit comments

Comments
 (0)