Enable drawing Box class is redundant
Open
priority: low
type: refactor
- Dominant language
- C
- Stars
- 97
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
The `Box` class in `enable.drawing.box` is redundant - all its current features (and more!) are implemented by the base `Component` class. It is used in a lot of places, however, and it could be made non-redundant by offering support for additional features (eg. rounded corner boxes).
Contributor guide
Assessment
This issue has not been assessed yet.