Skip to content

Commit

Permalink
fix: "polygon_tiling" pattern now respects 'units'
Browse files Browse the repository at this point in the history
* The "polygon\_tiling" pattern should now respect the `units` parameter
  if set to a value different from the "snpc" default (#82).
* For the "polygon\_tiling" pattern `type = "18.18.3*"` the size of the
  eighteen-sided polygons have been increased a teeny bit and
  this polygon tiling should look a bit cleaner.

closes #82
  • Loading branch information
trevorld committed May 5, 2024
1 parent d46db0d commit 27388f5
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 164 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Bug fixes and minor improvements

* `grid.pattern_weave()` adds the new `units` parameter
that most other "geometry" pattern functions received in gridpattern v1.2.1.
* The "polygon\_tiling" pattern should now respect the `units` parameter
if set to a value different from the "snpc" default (#82).
* For the "polygon\_tiling" pattern `type = "18.18.3*"` the size of the
eighteen-sided polygons have been increased a teeny bit and
this polygon tiling should look a bit cleaner.

gridpattern v1.2.1
==================
Expand Down
Loading

0 comments on commit 27388f5

Please sign in to comment.