remove more personal prettier changes

This commit is contained in:
Adam Greenan 2024-12-11 13:39:27 +00:00
parent 9e39485e00
commit 3e092392cc

View File

@ -309,7 +309,8 @@ export class Text extends Shape<TextConfig> {
context.moveTo(lineTranslateX, translateY + lineTranslateY + yOffset);
spacesNumber = text.split(' ').length - 1;
oneWord = spacesNumber === 0;
lineWidth = align === JUSTIFY && !lastLine ? totalWidth - padding * 2 : width;
lineWidth =
align === JUSTIFY && !lastLine ? totalWidth - padding * 2 : width;
context.lineTo(
lineTranslateX + Math.round(lineWidth),
translateY + lineTranslateY + yOffset