Changes between Initial Version and Version 1 of Ticket #17665
- Timestamp:
- Mar 19, 2022, 10:50:47 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17665 – Description
initial v1 1 1 This bug has been split out from #12511 at nephele's request. 2 2 3 When a HTML element is styled with e.g. `opacity: 0.99; transform: rotate(110deg)`, Text within is completely invisible. The element is additionally clipped at a vertical line on the right which goes through the element's transformed top right corner (i.e. nothing to the right of that corner (plus a little offset) is visible).3 When a HTML element is styled with e.g. `opacity: 0.99; transform: rotate(110deg)`, text within is completely invisible. The element is additionally clipped at a vertical line on the right which goes through the element's transformed top right corner (i.e. nothing to the right of that corner (plus a little offset) is visible). 4 4 5 5 Clipping suspected here: