hi! im trying to draw a circle with drawArc method. This paints a “funny” shape :o, u can see it:
g.setColor(0x000000);
g.drawArc(10,10,10,10,0,360);
g.drawArc(50,10,50,50,0,360);
Overall the problem is visible with smaller circles.
I have tried to see it with wtk2.0, nokia emulator and siemens emulator. Wtk and Nokia draws the circles as the image above, but siemens draws it ok.
Anybody knows if this is a problem of emulator or the problem appears also in real devices?? Is there another way to draw a circle? ???
Thanks.