Skip to content

Commit

Permalink
feat: use "×"
Browse files Browse the repository at this point in the history
  • Loading branch information
F-star committed Jan 4, 2025
1 parent 8d675a0 commit 6ae56b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/selected_box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export class SelectedBox {
const width = remainDecimal(size.width, numPrecision);
const height = remainDecimal(size.height, numPrecision);

const textContent = `${width} x ${height}`;
const textContent = `${width} × ${height}`;

ctx.save();
ctx.font = fontStyle;
Expand Down

0 comments on commit 6ae56b7

Please sign in to comment.