"Konstantin Kondratyuk" wrote:
> Oops, this patch is not full.
>
> I think, there is code with bad index also:
>
>/* Extra transformation specified by caller */
>if (lpmat && !is_identity_MAT2(lpmat))
>{
>FT_Matrix extraMat;
>extraMat.xx = FT_FixedFromFIXED(lpmat->eM
Oops, this patch is not full.
I think, there is code with bad index also:
/* Extra transformation specified by caller */
if (lpmat && !is_identity_MAT2(lpmat))
{
FT_Matrix extraMat;
extraMat.xx = FT_FixedFromFIXED(lpmat->eM11);
extraMat.xy = FT_FixedFromFIXED(l