Correct an arc direction after flipping. ref #829.
--HG-- branch : develop
This commit is contained in:
parent
fb03dbbb19
commit
23b22f6186
|
@ -293,7 +293,7 @@ QVector<QPointF> VArc::GetPoints() const
|
|||
points << splPoints;
|
||||
pStart = lineP4P3.p1();
|
||||
}
|
||||
return points;
|
||||
return IsFlipped() ? VGObject::GetReversePoints(points) : points;
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user