From b90230ff8cb41d9c5d165112e154dc913a64c646 Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Thu, 7 Nov 2024 15:35:11 +0000 Subject: [PATCH] Update src/tools/polygon-selection.ts --- src/tools/polygon-selection.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tools/polygon-selection.ts b/src/tools/polygon-selection.ts index ba07d744..ed6dffba 100644 --- a/src/tools/polygon-selection.ts +++ b/src/tools/polygon-selection.ts @@ -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;