This package contains all the previous bugfixes and improvements and the following new.
This time I killed some drawing bugs:
1.The DrawVLine(...) drew 1 additional pixel at the bottom.
2.The DrawRect(...) redrew 2 pixels at the upper left and at the lower left.
3.The DrawRect(...) drew the rect with incorrect dimensions (+1 pixel for height and +1 pixel for width).
The following instructions are for the users of the previous versions of PF (non 0_8_1):
Users of PocketFrog_0_7_x could also download this fix.
Please look into the algo2d.h, line 443 of this package and replace the line in your src\internal\algo2d.h with this line (in 0_7_0 it is line 365).
Now take a look at rasterizer.cpp from this package. Lines 561, 562, 563 & 564. Replace lines in src\rasterizer.cpp (in 0_7_0 674 to 677 lines) with them.
Have a nice lib recompilation
