summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2019-03-28 21:16:54 +0100
committerMarcus Lundblad <ml@update.uu.se>2019-03-28 21:16:54 +0100
commitb55ff9ac7ea1b9c6482bf7dd0ddbe310f255ac9f (patch)
tree9b286f1c46784d1640da3fe465f674ce04d6a99a
parentc8dc539a68e988f70d7448b3b580e093e8ccd3fd (diff)
downloadgnome-maps-b55ff9ac7ea1b9c6482bf7dd0ddbe310f255ac9f.tar.gz
printLayout: Use same route color as MapView
Use the same color (with full opacity) when rendering turn-by-turn routes for printing as is used in the regular map view. Fixes #166
-rw-r--r--src/printLayout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printLayout.js b/src/printLayout.js
index d91d289e..5602612b 100644
--- a/src/printLayout.js
+++ b/src/printLayout.js
@@ -39,7 +39,7 @@ const _SHORT_LAYOUT_MAX_DISTANCE = 3000;
const _STROKE_COLOR = new Clutter.Color({ red: 0,
blue: 255,
green: 0,
- alpha: 100 });
+ alpha: 255 });
const _STROKE_WIDTH = 5.0;
/* All following constants are ratios of surface size to page size */