https://bugs.kde.org/show_bug.cgi?id=420406
Arjen Hiemstra <ahiems...@heimr.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kir | |igami/5dfa3e9e983bdd29cbb9f | |34d31b7bab50089430b --- Comment #2 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit 5dfa3e9e983bdd29cbb9f34d31b7bab50089430b by Arjen Hiemstra. Committed on 23/04/2020 at 09:01. Pushed by ahiemstra into branch 'master'. Various fixes to new Cards Summary: This contains various small fixes to the new Cards. - Still show the border of AbstractCard on Cards with images. - Round bottom corners of the banner when the card doesn't have any other contents. - Don't use fwidth for smoothing, instead just use a fixed value, this increases the accuracy of lines rendered by cards. - Fix batching test for ShadowedTexture, prevents cards being rendered with the wrong texture. Test Plan: The new Kirigami Gallery displays more correct now, though there are some layout issues that are not regressions. Reviewers: #kirigami, ndavis, mart Reviewed By: #kirigami, ndavis, mart Subscribers: ndavis, plasma-devel Tags: #kirigami Differential Revision: https://phabricator.kde.org/D29092 M +12 -7 src/controls/Card.qml M +2 -0 src/controls/private/BannerImage.qml M +4 -38 src/scenegraph/shaders/sdf.glsl M +6 -3 src/scenegraph/shadowedbordertexturematerial.cpp M +6 -3 src/scenegraph/shadowedtexturematerial.cpp https://commits.kde.org/kirigami/5dfa3e9e983bdd29cbb9f34d31b7bab50089430b -- You are receiving this mail because: You are watching all bug changes.