diff --git a/dist/image-editor.js b/dist/image-editor.js index 6d569ac..54f8a04 100644 --- a/dist/image-editor.js +++ b/dist/image-editor.js @@ -1066,7 +1066,7 @@ function GoreHandler(viewport) { return new fabric.Line([0, 0, 0, viewport.getData().height], { evented: false, strokeDashArray: [5, 5], - stroke: '#000', + stroke: '#F31FB3', strokeWidth: 1, left: left, top: viewport.getBounds().top diff --git a/src/GoreHandler.js b/src/GoreHandler.js index af815a5..bc1d91b 100644 --- a/src/GoreHandler.js +++ b/src/GoreHandler.js @@ -11,7 +11,7 @@ function GoreHandler(viewport) { return new fabric.Line([0, 0, 0, viewport.getData().height], { evented: false, strokeDashArray: [5, 5], - stroke: '#000', + stroke: '#F31FB3', strokeWidth: 1, left: left, top: viewport.getBounds().top