You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

baseline-shift.svg 389B

123456789
  1. <?xml version="1.0"?>
  2. <svg width="150" height="60" xmlns="http://www.w3.org/2000/svg">
  3. <rect x="0" y="0" width="100%" height="100%" fill="none" stroke="black" stroke-width="2"/>
  4. <g transform="translate(10, 40) scale(20) scale(0.001)">
  5. <text font-family="sans-serif" font-size="1000">
  6. AB<tspan baseline-shift="super">CD</tspan>EF<tspan baseline-shift="sub">GH</tspan>IJ
  7. </text>
  8. </g>
  9. </svg>