2D render Problem in 2.0
in
Programming Questions
•
4 months ago
Hi all,
I was working in 1.51 version and everything worked well, However I switched to 2.0 9b recently, and several problem occurs here.
I am using
floodfill method to fill 2D image, when I use
P2D as renderer
pgFill = createGraphics(width0, height0,P2D);
there comes a blue bar on the right side of the image(blue is the background color I defined in the first profile drawing).
The same situation happens when I use
P3D and
OPENGL as render
and sometimes this occurs
The original image should be
Can anybody help me with this please??
1