From: Marten Richter Date: Fri, 26 Oct 2012 05:54:01 +0000 (+0200) Subject: Teletext rendering correction as suggested by JTE X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=a3aef08b3a6c7cfd899b31afcbc6cff98339f22b;p=vompclient-marten.git Teletext rendering correction as suggested by JTE --- diff --git a/osdopenvg.cc b/osdopenvg.cc index 1ac5ba8..809227f 100644 --- a/osdopenvg.cc +++ b/osdopenvg.cc @@ -716,7 +716,7 @@ void OsdOpenVG::executeDrawCommand(SVGCommand & command) vgSeti(VG_BLEND_MODE, VG_BLEND_SRC_OVER); - vgTranslate(command.x+command.w*11.95f*1.4f,command.y+command.h*19.95f); + vgTranslate(command.x+command.w*11.85f*1.4f,command.y+command.h*19.75f); VGfloat gori[]={0.,0.}; vgSetfv(VG_GLYPH_ORIGIN,2,gori);