Commit cba401fe authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #5313 from sturkmen72:patch-5

parents f3af90c6 9df54002
......@@ -1739,7 +1739,7 @@ void circle( Mat& img, Point center, int radius,
double buf[4];
scalarToRawData(color, buf, img.type(), 0);
if( thickness > 1 || line_type >= CV_AA )
if( thickness > 1 || line_type >= CV_AA || 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