- From: Evgeniy Reizner via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Jul 2021 10:05:01 +0000
- To: public-svg-issues@w3.org
Here is an another example which doesn't rely on ligatures:
```xml
<svg id="svg1" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" font-family="Noto Sans" font-size="48">
<path id="crosshair" d="M 20 100 L 180 100 M 100 20 L 100 180" stroke="gray" stroke-width="0.5"/>
<text id="text1" x="85" y="100">и<tspan fill="green">̆ </tspan></text>
<text id="text2" x="85" y="145">й</text>
<rect id="frame" x="1" y="1" width="198" height="198" fill="none" stroke="black"/>
</svg>
```
Results:

I'm surprised that basically everyone split the `̆`, while both codepoints are in the same text chunk.
--
GitHub Notification of comment by RazrFalcon
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/634#issuecomment-876308830 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 8 July 2021 10:08:40 UTC