Merge pull request #191 from lar3ry/master

Update Basic_Shapes.md
This commit is contained in:
Revar Desmera 2020-07-04 22:01:47 -07:00 committed by GitHub
commit 24009b51c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ Or chamfer them:
rect([60,40], center=true, chamfer=10);
```
You can even specify *which* corners get rounded or chamferred. If you pass a
You can even specify *which* corners get rounded or chamfered. If you pass a
list of four size numbers to the `rounding=` or `chamfer=` arguments, it will
give each corner its own size. In order, it goes from the back-right (quadrant I)
corner, counter-clockwise around to the back-left (quadrant II) corner, to the