Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/line.py
diff options
context:
space:
mode:
Diffstat (limited to 'line.py')
-rw-r--r--line.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/line.py b/line.py
index 71116b1..9b12152 100644
--- a/line.py
+++ b/line.py
@@ -83,7 +83,6 @@ class LineChart(Chart):
cx.set_source_rgb(*self.colorScheme[storeName])
cx.stroke()
-
cx.save()
cx.set_line_width(self.options.stroke.width)
if self.options.shouldFill: