diff --git a/readme.md b/readme.md index 8a2a813..17ebd98 100644 --- a/readme.md +++ b/readme.md @@ -6236,9 +6236,10 @@ Rectangle with rounded corners. ### Modules | Module | Description | |:--- |:--- | +| `rounded_cube_xy(size, r = 0, xy_center = false, z_center = false)` | Like `cube()` but corners rounded in XY plane and separate centre options for xy and z. | +| `rounded_cube_xz(size, r = 0, xy_center = false, z_center = false)` | Like `cube()` but corners rounded in XZ plane and separate centre options for xy and z. | +| `rounded_cube_yz(size, r = 0, xy_center = false, z_center = false)` | Like `cube()` but corners rounded in YX plane and separate centre options for xy and z. | | `rounded_rectangle(size, r, center = true, xy_center = true)` | Like `cube()` but corners rounded in XY plane and separate centre options for xy and z. | -| `rounded_rectangle_xz(size, r, center = true, xy_center = true)` | Like `cube()` but corners rounded in XZ plane and separate centre options for xy and z. | -| `rounded_rectangle_yz(size, r, center = true, xy_center = true)` | Like `cube()` but corners rounded in YX plane and separate centre options for xy and z. | | `rounded_square(size, r, center = true)` | Like `square()` but with with rounded corners | ![rounded_rectangle](tests/png/rounded_rectangle.png) diff --git a/tests/png/rounded_rectangle.png b/tests/png/rounded_rectangle.png index 22f7aa4..f109a41 100644 Binary files a/tests/png/rounded_rectangle.png and b/tests/png/rounded_rectangle.png differ