With Blue 3, the TV channel logos get stretched in the epg.
<width>30</width>
<height>30</height>
<description>TV Logo</description>
<type>image</type>
<posX>71</posX>
<posY>435</posY>
<width>88</width>
<height>62</height>
<texture>#TV.View.thumb</texture>
<keepaspectratio>yes</keepaspectratio>
yes, it is possible that this "fixes" the problem.From TVOSD.xml of B3W
Could this be it?Code:<description>TV Logo</description> <type>image</type> <posX>71</posX> <posY>435</posY> <width>88</width> <height>62</height> <texture>#TV.View.thumb</texture> <keepaspectratio>yes</keepaspectratio>
I thought the <keepaspectratio> would "fix" this?