Whether this rounded rectangle would draw as a circle.
bool get isCircle => width == height && isEllipse;