| # | Line 151 | Line 151 | smooth_region(int x0, int x1, int y0, int y1) | |
|---|---|---|
| 151 | rMtx[2][1] = rMtx[1][2]; | |
| 152 | nvs = rMtx[2][2]; | |
| 153 | if (SDinvXform(rMtx, rMtx) != SDEnone) | |
| 154 | < | return(0); |
| 154 | > | return(1); /* colinear values */ |
| 155 | A = DOT(rMtx[0], xvec); | |
| 156 | B = DOT(rMtx[1], xvec); | |
| 157 | C = DOT(rMtx[2], xvec); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |