Re: [svgwg] Character counting in text 'x', 'y', 'dx', 'dy', and 'rotate' attributes. (#537)

I don't think this is too hard. You pair off coordinates and characters using codepoints, since those are stable for counting, and when there are multiple codepoints that belong to a single typographic character unit, you render them together like Edge does (ideally), handling ignored coordinates the same way ligatures are handled per @AmeliaBR’s [comment above](https://github.com/w3c/svgwg/issues/537#issuecomment-435112151).

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

Received on Friday, 30 November 2018 22:31:22 UTC