tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

shadow-ordering.yaml (1434B)


      1 --- # checks that decorations on "real" content and "shadow" content are on seperate, atomic, layers
      2 root:
      3  items:
      4        -
      5          type: "shadow"
      6          bounds: [44, 42, 205, 35]
      7          blur-radius: 1.0
      8          offset: [30, 24]
      9          color: blue
     10        -
     11          type: "shadow"
     12          bounds: [34, 34, 205, 35]
     13          blur-radius: 0.0          # no blur to tigger fast shadows
     14          offset: [20, 16]
     15          color: green
     16        -
     17          type: "shadow"
     18          bounds: [24, 26, 205, 35]
     19          blur-radius: 1.0
     20          offset: [10, 8]
     21          color: black
     22        -
     23          type: line
     24          baseline: 45
     25          start: 14
     26          end: 210
     27          width: 3
     28          orientation: horizontal
     29          color: red
     30          style: solid
     31        -
     32          bounds: [14, 18, 205, 35]
     33          glyphs: [55, 75, 76, 86, 3, 76, 86, 3, 87, 75, 72, 3, 69, 72, 86, 87]
     34          offsets: [16, 43, 35.533333, 43, 51.533333, 43, 60.4, 43, 72.833336, 43, 80.833336, 43, 89.7, 43, 102.13333, 43, 110.13333, 43, 119, 43, 135, 43, 149.2, 43, 157.2, 43, 173.2, 43, 187.4, 43, 196.26666, 43]
     35          size: 18
     36          color: red
     37          font: "VeraBd.ttf"
     38        -
     39          type: line
     40          baseline: 32
     41          start: 14
     42          end: 210
     43          width: 3
     44          orientation: horizontal
     45          color: red
     46          style: solid
     47        -
     48          type: "pop-all-shadows"