Answers for "how to bring text tag of svg element in center css"

6

how to center text in svg

<text x="50%" y="50%" text-anchor="middle" dominant-baseline="middle">Text</text>
Posted by: Guest on April-07-2020

Code answers related to "how to bring text tag of svg element in center css"

Browse Popular Code Answers by Language