-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Consider corner radius for events and overflow clipping #768
Conversation
I am still not 100% sold in the implementation because it is only applying the viewport when rendering visually, so, events will still ignore the corner radius. I might have to rethink the viewports general idea |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #768 +/- ##
==========================================
- Coverage 73.66% 73.63% -0.03%
==========================================
Files 199 200 +1
Lines 20377 20487 +110
==========================================
+ Hits 15011 15086 +75
- Misses 5366 5401 +35 ☔ View full report in Codecov by Sentry. |
This should be easy to do. Will try it asap |
done! |
todo: avoid dynamic dispatch |
Closes #767