gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: [Gnash-dev] does _height work??


From: Udo Giacomozzi
Subject: Re[2]: [Gnash-dev] does _height work??
Date: Tue, 10 Oct 2006 18:16:53 +0200

Hello strk,

Tuesday, October 10, 2006, 5:59:17 PM, you wrote:

s> There seems to be another similar use in fontlib.cpp:502

s>   // Transform the coords.
s>   float   x_scale = s_render_matrix.m_[0][0];
s>   float   y_scale = s_render_matrix.m_[1][1];
s>   float   x_offset = s_render_matrix.m_[0][2];
s>   float   y_offset = s_render_matrix.m_[1][2]


Indeed, that should be

   float   y_scale = s_render_matrix.m_[1][0];


see
http://www.gnu.org/software/gnash/manual/doxygen/classgnash_1_1matrix.html#7ed435e07b0d32ff7349bc157da3b5f5

Strange, this should produce dramatically wrong results!?

Udo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]