|
@@ -121,7 +121,7 @@ export default {
|
|
|
const { autoCaptureTrackTraking } = context;
|
|
|
canvasContext.clearRect(0, 0, canvas.width, canvas.height);
|
|
|
event.data.forEach(function({ x, y, width, height }) {
|
|
|
- canvasContext.strokeStyle = "#a64ceb";
|
|
|
+ canvasContext.strokeStyle = "#FFF";
|
|
|
canvasContext.strokeRect(x, y, width, height);
|
|
|
canvasContext.font = "11px Helvetica";
|
|
|
canvasContext.fillStyle = "#fff";
|