Open
Description
Ran into this when debugging a diff for Dekko:
- The
k_ka-deva
is a composite ofk-deva
andka-deva
. Both of these glyphs have anukta
anchor. k_ka-deva
ends up withnukta_1
andnukta_2
.- the
_isBelowMark
check only checks fornukta
- and so this ends up going in abvm, instead of blwm.
There might be some more nuance to this that I'm missing, but it seems wrong that this goes in abvm.
The naive fix would be to do anchor.starts_with("nukta"), and maybe it's that simple?
Metadata
Metadata
Assignees
Labels
No labels
Activity