|
|
@@ -349,6 +349,11 @@ public: |
|
|
|
if (! carryOn)
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
// paths that finish back at their start position often seem to be
|
|
|
|
// left without a 'z', so need to be closed explicitly..
|
|
|
|
if (path.getCurrentPosition() == subpathStart)
|
|
|
|
path.closeSubPath();
|
|
|
|
}
|
|
|
|
|
|
|
|
private:
|
|
|
|