Skip to content

Commit 52b7d43

Browse files
committed
fix: debug text rendering
1 parent 226467e commit 52b7d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/render/src/primitives/renderDebug.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ const debugText = (ctx, node) => {
162162
`${roundedWidth} x ${roundedHeight}`,
163163
left - marginLeft,
164164
Math.max(top - marginTop - 4, 1),
165+
{ width: Infinity },
165166
);
166167
};
167168

0 commit comments

Comments
 (0)