Skip to content

gridpattern v0.4.0

Compare
Choose a tag to compare
@trevorld trevorld released this 12 Jan 18:13
· 47 commits to main since this release

New Features

  • guess_has_R4.1_features() is now an exported function.
    It guesses whether the "active" graphic devices supports the
    new R 4.1 graphics features and returns
    TRUE or FALSE.

Bug fixes and minor improvements

  • grid.pattern_polygon_tiling() now supports the "elongated_triangular" type (#48).
    "geometry" patterns now support a "elongated_triangle" grid value.
  • guess_has_R4.1_features() now returns TRUE for the ragg::agg_png() device if packageVersion("ragg") >= '1.2.0'.
    It now also returns TRUE for the grDevices::bmp(type = "cairo"), grDevices::cairo_ps(), grDevices::jpeg(type = "cairo"), grDevices::tiff(type = "cairo").