N°1912: 🐛 text written in white in the PDF export of the impact analysis.

This commit is contained in:
Denis Flaven
2018-12-26 15:33:27 +01:00
parent ca48e8ff92
commit 778db225a8

View File

@@ -1270,6 +1270,7 @@ class DisplayableGraph extends SimpleGraph
$oPdf->SetAutoPageBreak(true, $fBreakMargin);
$oPdf->SetAlpha(1);
$oPdf->SetTextColor(0, 0, 0);
}
/**