Svg: Text Centerd Differently In Ff And Chrome May 29, 2023 Post a Comment I have the following SVG content Solution 1: Add dominant-baseline="middle" and edit your code like this: <text alignment-baseline="middle" dominant-baseline="middle" text- anchor="middle" x="50%" y="50%"> missing </text> Copy Link to documenttion Here's the codepen snippet that I tested in both Chrome and Firefox. Share Post a Comment for "Svg: Text Centerd Differently In Ff And Chrome"
Post a Comment for "Svg: Text Centerd Differently In Ff And Chrome"