Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Aug 31, 2024
1 parent 059636a commit 466d9f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ export class MultiLineTextNodeView extends ShapeView {
* This method splits a text into an array of separate lines.
* Beside the new-line character also the length of a line is considered.
* This is needed to display a long text in multiple SVG tspan elements.
* The CHARACTER_SPACE defines the average with of a single character.
* However, this value is only an approximation.
* The CHARACTER_SPACE defines the average with of a single character.
* However, this value is only an approximation.
*
* @param text - The text to be split.
* @returns an array of text lines
Expand Down

0 comments on commit 466d9f6

Please sign in to comment.