Project

General

Profile

draw arc clockwise

Added by Dominik Baláž almost 6 years ago

Hi,

I'm trying to draw arc clockwise but I guess I am missing something.

painter.drawArc(10, 10, 380, 380, 0, 90*16);

draws as I would expect. But when I use --90*16, I expected arc to go clockwise, but instead, it draws as with 270*16. Is it way around this or any help?

Thanks

D.