Skip to content
Snippets Groups Projects
Commit 1798e4a8 authored by Laurent Knoll's avatar Laurent Knoll
Browse files

Debug mode : fermeture du contour convexe

parent 9f2ad553
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ export class BlobMask extends AbstractInstrument<PathCoords> implements Instrume ...@@ -64,6 +64,7 @@ export class BlobMask extends AbstractInstrument<PathCoords> implements Instrume
convexHull.strokeColor = new paper.Color("red"); convexHull.strokeColor = new paper.Color("red");
convexHull.strokeWidth = PaperUtils.absoluteDimension(2); convexHull.strokeWidth = PaperUtils.absoluteDimension(2);
convexHull.dashArray = [10, 12]; convexHull.dashArray = [10, 12];
convexHull.closed = true;
this.drawGroup.addChild(convexHull); this.drawGroup.addChild(convexHull);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment