diff --git a/resource/logo/banner.pov b/resource/logo/banner.pov index 426d1c8..7f496f7 100644 --- a/resource/logo/banner.pov +++ b/resource/logo/banner.pov @@ -1,6 +1,25 @@ #declare BASE = 1; #include "resource/logo/logo.pov" +#ifdef(VERSION_10) +object { + text { + ttf "resource/font/IBMPlexSerif.ttf", + "1.0", + 1, 0 + } + scale 5 + translate <7.5, -1, 1> + pigment { + color Red + } + finish { + phong 1 + reflection 0.3 + } +} +#end + object { text { ttf "resource/font/IBMPlexSerif.ttf",