@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.cjs.js
CHANGED
@@ -966,7 +966,7 @@ var handleMouseDownPoint = function (event, editorId, canvas, activeColor, setOr
|
|
966
966
|
originX: 'center',
|
967
967
|
originY: 'center',
|
968
968
|
radius: 6,
|
969
|
-
fill:
|
969
|
+
fill: 'transparent',
|
970
970
|
stroke: activeColor,
|
971
971
|
strokeWidth: 2,
|
972
972
|
strokeUniform: true,
|
@@ -987,7 +987,7 @@ var copyPoint = function (editorId, canvas, point) {
|
|
987
987
|
originX: 'center',
|
988
988
|
originY: 'center',
|
989
989
|
radius: 6,
|
990
|
-
fill:
|
990
|
+
fill: 'transparent',
|
991
991
|
stroke: point.stroke,
|
992
992
|
strokeWidth: point.strokeWidth,
|
993
993
|
strokeUniform: true,
|
@@ -1063,7 +1063,7 @@ var initCanvasData = function (canvasRef, imageSize, addShapes, metadata, setMet
|
|
1063
1063
|
originX: 'center',
|
1064
1064
|
originY: 'center',
|
1065
1065
|
radius: 6,
|
1066
|
-
fill:
|
1066
|
+
fill: 'transparent',
|
1067
1067
|
stroke: r.shape.color,
|
1068
1068
|
strokeWidth: 2,
|
1069
1069
|
strokeUniform: true,
|