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
I encountered an issue where the alignment-baseline attribute is not properly aligning the inner text elements to the middle within an SVG. Specifically, when using alignment-baseline="middle", the text doesn't align as expected. However, when I switch to dominant-baseline="middle", the text aligns correctly to the middle.
The text was updated successfully, but these errors were encountered:
I encountered an issue where the alignment-baseline attribute is not properly aligning the inner text elements to the middle within an SVG. Specifically, when using alignment-baseline="middle", the text doesn't align as expected. However, when I switch to dominant-baseline="middle", the text aligns correctly to the middle.
The text was updated successfully, but these errors were encountered: