]> git.vomp.tv Git - vompclient.git/commitdiff
Teletext rendering correction as suggested by JTE
authorMarten Richter <marten.richter@freenet.de>
Fri, 26 Oct 2012 05:54:01 +0000 (07:54 +0200)
committerMarten Richter <marten.richter@freenet.de>
Fri, 26 Oct 2012 05:54:01 +0000 (07:54 +0200)
osdopenvg.cc

index 1ac5ba8ce45c95e8d65683932a2dff7f072ee7f4..809227f2e982f969a06560af78253705ec8e01dc 100644 (file)
@@ -716,7 +716,7 @@ void OsdOpenVG::executeDrawCommand(SVGCommand & command)
            vgSeti(VG_BLEND_MODE, VG_BLEND_SRC_OVER);\r
 \r
 \r
-               vgTranslate(command.x+command.w*11.95f*1.4f,command.y+command.h*19.95f);\r
+               vgTranslate(command.x+command.w*11.85f*1.4f,command.y+command.h*19.75f);\r
                VGfloat gori[]={0.,0.};\r
                vgSetfv(VG_GLYPH_ORIGIN,2,gori);\r
 \r