- From: Amelia Bellamy-Royds via GitHub <sysbot+gh@w3.org>
- Date: Thu, 02 Mar 2017 19:05:15 +0000
- To: public-fxtf-archive@w3.org
There are two issues here: 1. Support inside/outside/center stroke options (aka `stroke-align` or `stroke-alignment` property). That has been discussed extensively in SVG without decision, see [the draft SVG Strokes spec](https://svgwg.org/specs/strokes/#SpecifyingStrokeAlignment). The option Tobi discusses, forcing a used value of `center` for open or overlapping strokes, is one option. But even then, you need to decide wheter open/overlapping is determined per path or per sub-path. 2. Support more advanced paint-order control for text: i.e., do you apply the fill & stroke to individual glyphs, characters, words, or the entire element? SVG currently uses the "text layout chunk", with no option to change it yet. All letters in the chunk are filled before any are stroked (or the reverse, for `paint-order: stroke fill`). -- GitHub Notification of comment by AmeliaBR Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/117#issuecomment-283747505 using your GitHub account
Received on Thursday, 2 March 2017 19:05:23 UTC