- From: Mikael Sand via GitHub <sysbot+gh@w3.org>
- Date: Wed, 26 Jul 2017 01:42:32 +0000
- To: public-svg-issues@w3.org
Svg used in example:
```
<svg width="900" height="600" viewBox="180 0 330 220" xmlns="http://www.w3.org/2000/svg">
<defs>
<path id="textpath" d="M225,150 v-80 h240 v80 Z"></path>
</defs>
<use href="#textpath" stroke="#00f" stroke-width="1px" fill="none"></use>
<text stroke="#000" word-spacing="0" letter-spacing="2" alignment-baseline="top" style="font-family:AvenirNextLTPro-Regular;font-size:20">
<textPath href="#textpath" letter-spacing="2">
<tspan letter-spacing="2" alignment-baseline="bottom" dx="73" dy="-5">SVG Text on a linear path test, testing 1, 2, 3, fi.</tspan>
</textPath>
</text>
</svg>
```
--
GitHub Notification of comment by msand
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/337#issuecomment-317921947 using your GitHub account
Received on Wednesday, 26 July 2017 01:42:33 UTC