From 5fe700127411a6f57b65165a458f6e879e7d61a7 Mon Sep 17 00:00:00 2001 From: Olivier Couet <olivier.couet@cern.ch> Date: Fri, 13 Apr 2018 14:19:04 +0200 Subject: [PATCH] update release notes --- README/ReleaseNotes/v614/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README/ReleaseNotes/v614/index.md b/README/ReleaseNotes/v614/index.md index 47a2557cbb9..edaf53c95c7 100644 --- a/README/ReleaseNotes/v614/index.md +++ b/README/ReleaseNotes/v614/index.md @@ -138,7 +138,10 @@ Since we loop over all the branches for each new entry all the baskets for a clu - New graphics style "ATLAS" from M.Sutton. - In `TGraphPainter` the fit parameters were painted too early. [In some cases graph's error bars overlapped the stat box](https://root-forum.cern.ch/t/hide-error-bars-behind-tpavestats/27996). - + - Implement the possibility to generate high definition bitmap pictures in `TImageDump`. + This done via `gStyle->SetImageScaling(x);` `x` being a multiplication factor. + This new feature is now used to generate the reference guide with `x=3`. + Pictures in the reference guide are now much shaper and in particular the text. ## 3D Graphics Libraries - When a LEGO plot was drawn with Theta=90, the X and Y axis were misplaced. -- GitLab