Fix issue with artificial loop.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-06-18 13:45:40 +03:00
parent a62c2bfb55
commit 12871f0708
2 changed files with 1129 additions and 680 deletions

View File

@ -256,7 +256,7 @@ QVector<QPointF> AngleByLength(QVector<QPointF> points, QPointF p2, const QLineF
{
// Need to create artificial loop
QLineF loop1(sp2, sp1);
loop1.setLength(loop1.length()*0.1);
loop1.setLength(loop1.length()*0.2);
points.append(loop1.p2()); // Need for the main path rule

File diff suppressed because it is too large Load Diff