https://bugs.kde.org/show_bug.cgi?id=425745
Bug ID: 425745 Summary: ShadowedRectangle produces hude inconsistent shadows for specific use case Product: frameworks-kirigami Version: Master Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: mvourla...@gmail.com Target Milestone: Not decided SUMMARY Playing around with ShadowedRectangle the following use case creates huge shadows even though it should not. when: min(rect_width,rect_height) > shadow_size in that case the shadows become too large and are much bigger than the specified shadow_size. Example: for Rectangle, w=100px, h=30px., shadow=30px. everything looks just fine but if the shadow size changes to 31px. then the produced shadow is much bigger than 31px. and occupies very big area with no obvious reason. -- You are receiving this mail because: You are watching all bug changes.