- CGPathAddArc( m_path, NULL , x, y, r, startAngle, endAngle, clockwise);
+ // inverse direction as we the 'normal' state is a y axis pointing down, ie mirrored to the standard core graphics setup
+ CGPathAddArc( m_path, NULL , x, y, r, startAngle, endAngle, !clockwise);