Re: [svgwg] BIDI reordering across multiple 'tspan' (#635)

Yep. Firefox & Batik are correct here. As Paul noted, the gradient should be stretched to the size of the entire `<text>` element. 

But the glyph selection & position should be the same as if the tspan wasn't there. Because the `<tspan>` doesn't have any absolute positioning attributes and doesn't change writing mode, it doesn't create a new ”text chunk” for layout and [shouldn't affect BiDi](https://svgwg.org/svg2-draft/text.html#GlyphsMetrics).

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/635#issuecomment-493803071 using your GitHub account

Received on Sunday, 19 May 2019 23:54:34 UTC