@abidibo/react-cam-roi 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -964,7 +964,7 @@ var handleMouseDownPoint = function (event, editorId, canvas, activeColor, setOr
964
964
  originX: 'center',
965
965
  originY: 'center',
966
966
  radius: 6,
967
- fill: activeColor,
967
+ fill: 'transparent',
968
968
  stroke: activeColor,
969
969
  strokeWidth: 2,
970
970
  strokeUniform: true,
@@ -985,7 +985,7 @@ var copyPoint = function (editorId, canvas, point) {
985
985
  originX: 'center',
986
986
  originY: 'center',
987
987
  radius: 6,
988
- fill: point.fill,
988
+ fill: 'transparent',
989
989
  stroke: point.stroke,
990
990
  strokeWidth: point.strokeWidth,
991
991
  strokeUniform: true,
@@ -1061,7 +1061,7 @@ var initCanvasData = function (canvasRef, imageSize, addShapes, metadata, setMet
1061
1061
  originX: 'center',
1062
1062
  originY: 'center',
1063
1063
  radius: 6,
1064
- fill: r.shape.color,
1064
+ fill: 'transparent',
1065
1065
  stroke: r.shape.color,
1066
1066
  strokeWidth: 2,
1067
1067
  strokeUniform: true,