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.

dx-dy.svg 344B

12345678
  1. <?xml version="1.0"?>
  2. <svg width="200" height="100" xmlns="http://www.w3.org/2000/svg">
  3. <rect x="0" y="0" width="100%" height="100%" stroke="black" stroke-width="2" fill="none"/>
  4. <g font-family="monospace" font-size="30">
  5. <text x="55" y="35">ABCDE</text>
  6. <text x="55" y="75" dx="0 -4 22 -36 18" dy="0 10 -5 -15 10">ABCDE</text>
  7. </g>
  8. </svg>