aboutsummaryrefslogtreecommitdiff
path: root/Tests/feaLib/data/bug453.fea
blob: 486632ee231a557fabef8ff0c234eb846eb40c36 (plain)
1
2
3
4
5
6
7
8
9
10
11
# https://github.com/fonttools/fonttools/issues/453
feature mark {
    lookup mark1 {
        markClass [acute] <anchor 150 -10> @TOP_MARKS;
        pos base [e] <anchor 250 450> mark @TOP_MARKS;
    } mark1;
    lookup mark2 {
        markClass [acute] <anchor 150 -20> @TOP_MARKS_2;
        pos base [e] <anchor 250 450> mark @TOP_MARKS_2;
    } mark2;
} mark;