summaryrefslogtreecommitdiff
path: root/tests/layouts/valid-20.layout
blob: bde84b6ffe8421035f3d39628091e4bbd75dab97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "text" : "abcdef\n",
  "attributes" : [
    {
      "end" : 3,
      "type" : "gravity",
      "value" : "east"
    },
    {
      "end" : 3,
      "type" : "gravity-hint",
      "value" : "strong"
    },
    {
      "start" : 3,
      "end" : 6,
      "type" : "gravity",
      "value" : "south"
    }
  ],
  "font" : "Cantarell 11"
}