-
Notifications
You must be signed in to change notification settings - Fork 333
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
Clipping issues #116
Labels
bug
Something isn't working
Comments
Thanks a lot for the sample. I'll have a look at it :) The transform sample is actually done like that intentionally ( |
mikke89
added a commit
that referenced
this issue
Aug 5, 2020
… hidden' on nested elements. See #116. Some additional tests added.
mikke89
added a commit
that referenced
this issue
Aug 10, 2020
Does this change work for you? |
oh yes that fixes last issue i was having 👍 |
Great! The fixes have now been merged with master, so I'm closing this :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moving my report from gitter and adding additional details.
i have a test window and when i resize it to contain all elements - scissors mess up:


but if i reduce height so last element gets clipped it starts to work:
i verified in renderdoc that indeed in broken variant scissor width is too wide for some reason.
Similar issue also manifests in official samples. For example this is what is visible in transform sample:

This is my sample window added to visual tests:
The text was updated successfully, but these errors were encountered: