- From: TAMURA, Kent via GitHub <sysbot+gh@w3.org>
- Date: Thu, 24 Oct 2024 07:07:06 +0000
- To: public-svg-issues@w3.org
tkent-google has just created a new issue for https://github.com/w3c/svgwg: == <text> behavior with writing-mode:sideways-lr == https://svgwg.org/svg2-draft/text.html#WritingModeProperty https://svgwg.org/svg2-draft/text.html#TextLayoutAlgorithm The algorithm looks not to take into account of `writing-mode: sideways-lr`. Text should grow up from [current text position](https://svgwg.org/svg2-draft/text.html#TermCurrentTextPosition) in the `sideways-lr` writing mode, but the algorithm assumes text always grows down if *horizontal* flag is false. For example, 5.2.2.4.6 > 6. For each index k in the range [i,j]: > 1. **Add** shift to the x coordinate of the position in result[k], if the "horizontal" flag is true, and to the y coordinate otherwise. "Add" here should be "subtract" for `sideways-lr` writing mode. Please view or discuss this issue at https://github.com/w3c/svgwg/issues/955 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 24 October 2024 07:07:07 UTC