Fix issue with artificial loop.
--HG-- branch : develop
This commit is contained in:
parent
a62c2bfb55
commit
12871f0708
|
@ -256,7 +256,7 @@ QVector<QPointF> AngleByLength(QVector<QPointF> points, QPointF p2, const QLineF
|
||||||
{
|
{
|
||||||
// Need to create artificial loop
|
// Need to create artificial loop
|
||||||
QLineF loop1(sp2, sp1);
|
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
|
points.append(loop1.p2()); // Need for the main path rule
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user