- From: Nikos Andronikos via GitHub <sysbot+gh@w3.org>
- Date: Mon, 08 Aug 2016 07:17:53 +0000
- To: public-svg-issues@w3.org
nikosandronikos has just labeled an issue for https://github.com/w3c/svgwg as "DoC_positiveResponse": == How should text following <textPath> be positioned? == Where should ```after``` be positioned in the following scenario: ```<text>before<textPath xlink:href="#path">on path</textPath>after</text>``` (I've created an example showing this at http://jsbin.com/gugoje) Currently, WebKit, Blink, and Edge position ```after``` above ```before``` in the y-axis, and after ```on path``` in the x-axis. Gecko appars to just reset the position of ```after``` to 0,0. One approach is to position ```after``` as if ```on path``` was a tspan. See https://github.com/w3c/svgwg/issues/104
Received on Monday, 8 August 2016 07:18:01 UTC