[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kde-workspace/plasma/sreich/qml2-system-monitors] plasma/generic/applets/system-monitor/plotter/pri
From:       Shaun Reich <shaun.reich () kdemail ! net>
Date:       2012-02-17 14:09:01
Message-ID: 20120217140901.2394AA60B9 () git ! kde ! org
[Download RAW message or body]

Git commit 079b73122f36c0c5d4b393ebc5c1d3122a533717 by Shaun Reich.
Committed on 17/02/2012 at 05:41.
Pushed by sreich into branch 'plasma/sreich/qml2-system-monitors'.

smooth out the beziers a bunch more

M  +1    -1    plasma/generic/applets/system-monitor/plotter/private/plotterpainter.js


http://commits.kde.org/kde-workspace/079b73122f36c0c5d4b393ebc5c1d3122a533717

diff --git a/plasma/generic/applets/system-monitor/plotter/private/plotterpainter.js \
b/plasma/generic/applets/system-monitor/plotter/private/plotterpainter.js index \
                8468ece..6d60530 100644
--- a/plasma/generic/applets/system-monitor/plotter/private/plotterpainter.js
+++ b/plasma/generic/applets/system-monitor/plotter/private/plotterpainter.js
@@ -380,7 +380,7 @@ function drawLines()
             if (j < points[i].length - 1) {
                 x = points[i][j + 1].x;
                 cp1x = x - 5;
-                cp2x = x;
+                cp2x = x - 5;
                 y = points[i][j + 1].scaledY;
                 cp1y = y;
                 cp2y = y - 10;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic