Skip to content

Commit

Permalink
import function instead of result
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Oct 18, 2024
1 parent ddd207e commit d7cca76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/backports.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ on_load({
as.mask <- grid::as.mask
}
if ("linearGradient" %in% getNamespaceExports("grid")) {
linearGradient <- grid::linearGradient()
linearGradient <- grid::linearGradient
}
})

0 comments on commit d7cca76

Please sign in to comment.