Skip to content

Commit a436b63

Browse files
authored
Merge branch 'staging' into add-capture-image-in-canvas
2 parents daca1bf + f063c11 commit a436b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/graphView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default function GraphView({
230230
ctx.fillStyle = 'black';
231231
ctx.textAlign = 'center';
232232
ctx.textBaseline = 'middle';
233-
ctx.font = '4px Arial';
233+
ctx.font = '2px Arial';
234234
const textWidth = ctx.measureText(node.name).width;
235235
const ellipsis = '...';
236236
const ellipsisWidth = ctx.measureText(ellipsis).width;

0 commit comments

Comments
 (0)