chromium/third_party/blink/web_tests/svg/stroke/stroke-array-ch-type.svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="300" width="300" >
  <style type="text/css" >
      <![CDATA[
      @font-face {
          font-family: Ahem;
          src: url(../../resources/Ahem.ttf);
      }
      ]]>
  </style>
  <g fill="none" stroke="black" stroke-width="4" style="font-size:10px;font-family:Ahem">
    <path stroke-dasharray="5ch,5ch" d="M5 20 l215 0" />
  </g>
</svg>