- From: TAMURA, Kent via GitHub <sysbot+gh@w3.org>
- Date: Tue, 27 Apr 2021 00:56:08 +0000
- To: public-svg-issues@w3.org
tkent-google has just created a new issue for https://github.com/w3c/svgwg: == Text layout algorithm: Should reset cumulative shifts at the beginning of text chunks == URL: https://svgwg.org/svg2-draft/text.html#TextLayoutAlgorithm See "4. Adjust positions: dx, dx" The _shift_ variable is a cumulated value of all of dx/dy values in the whole `<text>` element, according to the algorithm. However major SVG implementations cumulates dx/dy values only in a single text chunk. So, we should have a step like the following before 4.1.2.1: > If "anchored chunk" flag of _result[i]_ is set, let _shift_ be (0, 0). Please view or discuss this issue at https://github.com/w3c/svgwg/issues/846 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 27 April 2021 00:56:09 UTC