Update drawing.cpp
This commit is contained in:
parent
e1ba4399e8
commit
7c5b981c17
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user