Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Egil Moeller committed Apr 12, 2011
1 parent bcdca2e commit 72c547f
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -54,10 +54,10 @@ dojo.declare("sketchSpaceDesigner.designer.modes.Path", [], {
dojo.forEach(this.sections, function(section, i) {
section.renderToShape();
});
}

if (this.options.isClosed) {
this.shape.closePath();
if (this.options.isClosed) {
this.shape.closePath();
}
}
}
});
Expand Down

0 comments on commit 72c547f

Please sign in to comment.