Skip to content

Commit

Permalink
Update src/tools/polygon-selection.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott authored Nov 7, 2024
1 parent b50e9f1 commit b90230f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tools/polygon-selection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ class PolygonSelection {

// create polyline element
const polyline = document.createElementNS(svg.namespaceURI, 'polyline') as SVGPolylineElement;
//polyline.setAttribute('fill', 'none');
//polyline.setAttribute('stroke-width', '1');
//polyline.setAttribute('stroke-dasharray', '5, 5');
//polyline.setAttribute('stroke-dashoffset', '0');

// create canvas
const { canvas, context } = mask;
Expand Down

0 comments on commit b90230f

Please sign in to comment.