Summary: | ShadowedRectangle produces huge inconsistent shadows for specific use case | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | Michail Vourlakos <mvourlakos> |
Component: | general | Assignee: | Arjen Hiemstra <ahiemstra> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | nate, noahadvs |
Priority: | NOR | ||
Version: | Master | ||
Target Milestone: | Not decided | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
ShadowedRectangle with `shadow.size: 18` and `height: 18`
width `height: 32` and `shadow.size: 36` height: 32, shadow.size: 31 ShadowedRectangle Visual Debugger |
Description
Michail Vourlakos
2020-08-24 13:50:57 UTC
I can reproduce this Created attachment 132281 [details]
ShadowedRectangle with `shadow.size: 18` and `height: 18`
Created attachment 132283 [details]
width `height: 32` and `shadow.size: 36`
Actually, I'm not sure I reproduce the issue as you described it because having a shadow size lower than the width or height doesn't necessarily create a shadow that is actually smaller than the width or height. Created attachment 132284 [details]
height: 32, shadow.size: 31
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Created attachment 132826 [details]
ShadowedRectangle Visual Debugger
You are right, with KF5 5.75 I can not reproduce... I sent also a ShadowedRectangle Visual Debugger with validate results. With the visual debugger I reproduce a new bug that very big shadows are cut out. For example, height: 30px. shadow: 50px. should I open a new bug report or this is known? |