You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, center no longer breaks it but the resulting SVG doesn't center the text. If 'right/end' is used the paths are all positioned relative to the right-most path and the right-most point is set to x: 0, iow, everything is scooted to the left of the stage. If center is used, the right edge is positioned in the center of the svg and everything else is positioned relative to it.
When using the following code I get a proper array...
But if I set the
textAlign
value to "middle" I get an empty array. Is this a known issue? Don't see anything on this.The text was updated successfully, but these errors were encountered: