Commit 9c92f65c authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #6808 from sturkmen72:patch-14

parents a9353ad2 7c5b981c
......@@ -1813,7 +1813,7 @@ void circle( InputOutputArray _img, Point center, int radius,
double buf[4];
scalarToRawData(color, buf, img.type(), 0);
if( thickness > 1 || line_type >= CV_AA || shift > 0 )
if( thickness > 1 || line_type != LINE_8 || shift > 0 )
{
center.x <<= XY_SHIFT - shift;
center.y <<= XY_SHIFT - shift;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment