From 778db225a8d845cbc0aa0860b751da2dce83c5f1 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Wed, 26 Dec 2018 15:33:27 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B01912:=20:bug:=20text=20written=20in=20wh?= =?UTF-8?q?ite=20in=20the=20PDF=20export=20of=20the=20impact=20analysis.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/displayablegraph.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/displayablegraph.class.inc.php b/core/displayablegraph.class.inc.php index 0d9996bfe..45104dac2 100644 --- a/core/displayablegraph.class.inc.php +++ b/core/displayablegraph.class.inc.php @@ -1270,6 +1270,7 @@ class DisplayableGraph extends SimpleGraph $oPdf->SetAutoPageBreak(true, $fBreakMargin); $oPdf->SetAlpha(1); + $oPdf->SetTextColor(0, 0, 0); } /**