Skip to content

Commit 469aeb1

Browse files
authored
lineWidth = 5
1 parent 33199b2 commit 469aeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemini-bbox-tool.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
const height = (ymax - ymin) * image.height;
9595

9696
ctx.strokeStyle = colors[index % colors.length];
97-
ctx.lineWidth = 2;
97+
ctx.lineWidth = 5;
9898
ctx.strokeRect(xmin * image.width, ymin * image.height, width, height);
9999
});
100100
};

0 commit comments

Comments
 (0)