Closed linev closed 1 day ago
As Serguey mentioned elsewhere the following lines also show the problem:
{
auto h1 = new TH1I("h1","histogram title", 100, -5, 5);
h1->FillRandom("gaus", 10000);
gStyle->SetTitleBorderSize(5);
h1->Draw();
}
Fixed here: https://github.com/root-project/root/pull/17152
Check duplicate issues.
Description
When producing images, double shadow for TPaveText is produced. Which normally should not happen.
Reproducer
From $ROOTSYS, starts:
Screenshot of the canvas with marked problematic regions:
Also created image file has same artifact:
Double shadow disappears when TCanvas modified - like after resize
ROOT version
ROOT master branch
Installation method
Build from source
Operating system
OpenSUSE Linux
Additional context
No response