This commit is contained in:
Eduard Belozertsev
2026-01-29 20:40:32 +07:00
parent 1be65aef94
commit ce0ba860e0

View File

@ -1657,7 +1657,7 @@ CShapeDrawer.prototype =
const geometry = this.Shape.getGeometry();
const unclosedPaths = geometry.pathLst.filter(function (path) {
return !path.isClosed();
return !path.isEmpty() && !path.isClosed();
});
if (this.Ln.headEnd != null) {