Skip to content

(temporary?) fix of DrawLogo

Alexander Glazov requested to merge fix_draw_logo into master

TImage->DrawText with explicit font seems to be broken in several new versions of root, causing segfault and requiring --no-logo or --no-version option of xfitter-draw. Introduce a workaround fix to use a different root class. The font size for the version number is first-order tuned, however there is maybe a better solution.

@amoroso @olzenaie @fgiuli @scamarda please check.

Merge request reports