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



_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to