提交 666de1b0 编写于 作者: V Vadim Pisarevsky

Merge pull request #5312 from sturkmen72:patch-2

......@@ -1748,7 +1748,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 )
if( thickness > 1 || line_type >= CV_AA || shift > 0 )
{
center.x <<= XY_SHIFT - shift;
center.y <<= XY_SHIFT - shift;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册