Rounded Rectangle Impl
Open
- Dominant language
- Rust
- Stars
- 647
- Forks
- 37
- Avg merge
- 6h 12m
- Merged PRs (30d)
- 17
Description
How can we implement Rounded Rectangle?
It may not be good to directly create a struct `RoundedRectangle` similar to `Square` because it imports 90 degree Circle (maybe bezier curve is better).
Maybe we can define `RoundedRectangle` as `VItem::from_vpoints`.
ref: [https://blog.csdn.net/qq_42278240/article/details/136235412](https://blog.csdn.net/qq_42278240/article/details/136235412)
Contributor guide
Assessment
This issue has not been assessed yet.