Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
get bounds(): BoxR2 {
const view = this._view;
return view ? view.bounds : BoxR2.empty();
}
get bounds(): BoxR2 {
const view = this._view;
return view ? view.bounds : BoxR2.empty();
}