--TEST-- Bug #43073 (TrueType bounding box is wrong for angle<>0) --SKIPIF-- --FILE-- = $exp[$i][$j] - 1 && $bbox[$j] <= $exp[$i][$j] + 1) { echo '.'; } else { echo "(expected $exp[$i][$j], got $bbox[$j])"; } } echo "\n"; $temp = $cos_t * $x + $sin_t * $y; $y = $cos_t * $y - $sin_t * $x; $x = $temp; } imagepng($g, "$cwd/bug43073.png"); ?> --CLEAN-- --EXPECT-- 0: ........ 1: ........ 2: ........ 3: ........ 4: ........ 5: ........ 6: ........ 7: ........ 8: ........ 9: ........ 10: ........ 11: ........ 12: ........ 13: ........ 14: ........ 15: ........