D6141: make shadows work for windows 100%width or height

David Edmundson noreply at phabricator.kde.org
Wed Jun 7 17:34:50 UTC 2017


davidedmundson added a comment.


  Investigation sounds sensible, the fix is off.
  
  Old code is:
  max(topLeft,topRight)
  +
  max (left, right)
  +
  max(bottomLeft, bottomRight)
  
  ------------------
  
  What you're saying we want is:
  
  max(topLeft,topRight,top)
  +
  max (left, right)
  +
  max(bottomLeft, bottomRight, bottom)
  
  ------------------
  
  you're written
  max(top, bottom, topRight, topLeft)
  +
  max (left, right)
  +
  max(bottomLeft, bottomRight, bottom)

REPOSITORY
  R108 KWin

REVISION DETAIL
  https://phabricator.kde.org/D6141

To: mart, #plasma, #kwin, graesslin
Cc: davidedmundson, plasma-devel, kwin, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart, lukas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20170607/3bee9f37/attachment.html>


More information about the Plasma-devel mailing list