diff --git a/src/editor/core/draw/Draw.ts b/src/editor/core/draw/Draw.ts index fb4a2c4..a3f851b 100644 --- a/src/editor/core/draw/Draw.ts +++ b/src/editor/core/draw/Draw.ts @@ -1580,10 +1580,11 @@ export class Draw { } } // 标点符号 - curRowWidth += this.textParticle.measurePunctuationWidth( + const punctuationWidth = this.textParticle.measurePunctuationWidth( ctx, nextElement ) + curRowWidth += punctuationWidth * scale } } // 列表信息