border-suite.yaml (10405B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 1000, 1000] 6 items: 7 - type: border 8 bounds: [ 10, 10, 100, 100 ] 9 width: [ 1, 1, 1, 1 ] 10 border-type: normal 11 style: solid 12 color: [ red, green, blue, black ] 13 radius: { 14 top-left: [20, 20], 15 top-right: [10, 10], 16 bottom-left: [25, 25], 17 bottom-right: [0, 0], 18 } 19 - type: border 20 bounds: [ 120, 10, 100, 100 ] 21 width: [ 2, 2, 2, 2 ] 22 border-type: normal 23 style: solid 24 color: [ red, green, blue, black ] 25 radius: { 26 top-left: [20, 20], 27 top-right: [10, 10], 28 bottom-left: [25, 25], 29 bottom-right: [0, 0], 30 } 31 - type: border 32 bounds: [ 230, 10, 100, 100 ] 33 width: [ 3, 3, 3, 3 ] 34 border-type: normal 35 style: solid 36 color: [ red, green, blue, black ] 37 radius: { 38 top-left: [20, 20], 39 top-right: [10, 10], 40 bottom-left: [25, 25], 41 bottom-right: [0, 0], 42 } 43 - type: border 44 bounds: [ 340, 10, 100, 100 ] 45 width: [ 5, 5, 5, 5 ] 46 border-type: normal 47 style: solid 48 color: [ red, green, blue, black ] 49 radius: { 50 top-left: [20, 20], 51 top-right: [10, 10], 52 bottom-left: [25, 25], 53 bottom-right: [0, 0], 54 } 55 - type: border 56 bounds: [ 450, 10, 100, 100 ] 57 width: [ 5, 5, 5, 5 ] 58 border-type: normal 59 style: double 60 color: [ red, green, blue, black ] 61 radius: { 62 top-left: [20, 20], 63 top-right: [10, 10], 64 bottom-left: [25, 25], 65 bottom-right: [0, 0], 66 } 67 - type: border 68 bounds: [ 560, 10, 100, 100 ] 69 width: [ 10, 10, 10, 10 ] 70 border-type: normal 71 style: double 72 color: [ red, green, blue, black ] 73 radius: { 74 top-left: [20, 20], 75 top-right: [10, 10], 76 bottom-left: [25, 25], 77 bottom-right: [0, 0], 78 } 79 80 - type: border 81 bounds: [ 10, 120, 100, 100 ] 82 width: 10 83 border-type: normal 84 style: inset 85 color: [ red, green, blue, black ] 86 - type: border 87 bounds: [ 120, 120, 100, 100 ] 88 width: 10 89 border-type: normal 90 style: outset 91 color: [ red, green, blue, black ] 92 - type: border 93 bounds: [ 230, 120, 100, 100 ] 94 width: 10 95 border-type: normal 96 style: inset 97 color: [ red, green, blue, black ] 98 radius: 10 99 - type: border 100 bounds: [ 340, 120, 100, 100 ] 101 width: 10 102 border-type: normal 103 style: outset 104 color: [ red, green, blue, black ] 105 radius: 20 106 - type: border 107 bounds: [ 450, 120, 100, 100 ] 108 width: 10 109 border-type: normal 110 style: outset 111 color: [ red, green, blue, black ] 112 radius: 35 113 - type: border 114 bounds: [ 560, 120, 100, 100 ] 115 width: 10 116 border-type: normal 117 style: outset 118 color: [ red, green, blue, black ] 119 radius: 50 120 121 - type: border 122 bounds: [ 10, 230, 100, 100 ] 123 width: [ 1, 1, 1, 1 ] 124 border-type: normal 125 style: solid 126 color: [ red, green, blue, black ] 127 radius: { 128 top-left: [20, 40], 129 top-right: [30, 10], 130 bottom-left: [21, 7], 131 bottom-right: [0, 5], 132 } 133 - type: border 134 bounds: [ 120, 230, 100, 100 ] 135 width: [ 2, 2, 2, 2 ] 136 border-type: normal 137 style: solid 138 color: [ red, green, blue, black ] 139 radius: { 140 top-left: [20, 40], 141 top-right: [30, 10], 142 bottom-left: [21, 7], 143 bottom-right: [0, 5], 144 } 145 - type: border 146 bounds: [ 230, 230, 100, 100 ] 147 width: [ 3, 3, 3, 3 ] 148 border-type: normal 149 style: solid 150 color: [ red, green, blue, black ] 151 radius: { 152 top-left: [20, 40], 153 top-right: [30, 10], 154 bottom-left: [21, 7], 155 bottom-right: [0, 5], 156 } 157 - type: border 158 bounds: [ 340, 230, 100, 100 ] 159 width: [ 5, 5, 5, 5 ] 160 border-type: normal 161 style: solid 162 color: [ red, green, blue, black ] 163 radius: { 164 top-left: [20, 40], 165 top-right: [30, 10], 166 bottom-left: [21, 7], 167 bottom-right: [0, 5], 168 } 169 - type: border 170 bounds: [ 450, 230, 100, 100 ] 171 width: [ 5, 5, 5, 5 ] 172 border-type: normal 173 style: double 174 color: [ red, green, blue, black ] 175 radius: { 176 top-left: [20, 40], 177 top-right: [30, 10], 178 bottom-left: [21, 7], 179 bottom-right: [0, 5], 180 } 181 - type: border 182 bounds: [ 560, 230, 100, 100 ] 183 width: [ 10, 10, 10, 10 ] 184 border-type: normal 185 style: double 186 color: [ red, green, blue, black ] 187 radius: { 188 top-left: [20, 40], 189 top-right: [30, 10], 190 bottom-left: [21, 7], 191 bottom-right: [0, 5], 192 } 193 194 - type: border 195 bounds: [ 10, 340, 100, 100 ] 196 width: [ 20, 20, 20, 20 ] 197 border-type: normal 198 style: solid 199 color: [ red, green, blue, black ] 200 radius: { 201 top-left: [20, 40], 202 top-right: [30, 10], 203 bottom-left: [21, 7], 204 bottom-right: [0, 5], 205 } 206 - type: border 207 bounds: [ 120, 340, 100, 100 ] 208 width: [ 20, 20, 20, 20 ] 209 border-type: normal 210 style: solid 211 color: [ red, green, blue, black ] 212 radius: { 213 top-left: [20, 40], 214 top-right: [30, 10], 215 bottom-left: [21, 7], 216 bottom-right: [0, 5], 217 } 218 - type: border 219 bounds: [ 230, 340, 100, 100 ] 220 width: [ 20, 20, 20, 20 ] 221 border-type: normal 222 style: solid 223 color: [ red, green, blue, black ] 224 radius: { 225 top-left: [20, 40], 226 top-right: [30, 10], 227 bottom-left: [21, 7], 228 bottom-right: [0, 5], 229 } 230 - type: border 231 bounds: [ 340, 340, 100, 100 ] 232 width: [ 20, 20, 20, 20 ] 233 border-type: normal 234 style: solid 235 color: [ red, green, blue, black ] 236 radius: { 237 top-left: [20, 40], 238 top-right: [30, 10], 239 bottom-left: [21, 7], 240 bottom-right: [0, 5], 241 } 242 - type: border 243 bounds: [ 450, 340, 100, 100 ] 244 width: [ 20, 20, 20, 20 ] 245 border-type: normal 246 style: double 247 color: [ red, green, blue, black ] 248 radius: { 249 top-left: [20, 40], 250 top-right: [30, 10], 251 bottom-left: [21, 7], 252 bottom-right: [0, 5], 253 } 254 - type: border 255 bounds: [ 560, 340, 100, 100 ] 256 width: [ 20, 20, 20, 20 ] 257 border-type: normal 258 style: double 259 color: [ red, green, blue, black ] 260 radius: { 261 top-left: [20, 40], 262 top-right: [30, 10], 263 bottom-left: [21, 7], 264 bottom-right: [0, 5], 265 } 266 267 - type: border 268 bounds: [ 10, 450, 100, 100 ] 269 width: [ 20, 20, 20, 20 ] 270 border-type: normal 271 style: solid 272 color: [ red, green, blue, black ] 273 radius: 0 274 - type: border 275 bounds: [ 120, 450, 100, 100 ] 276 width: [ 20, 20, 20, 20 ] 277 border-type: normal 278 style: solid 279 color: [ red, green, blue, black ] 280 radius: 10 281 - type: border 282 bounds: [ 230, 450, 100, 100 ] 283 width: [ 20, 20, 20, 20 ] 284 border-type: normal 285 style: solid 286 color: [ red, green, blue, black ] 287 radius: 20 288 - type: border 289 bounds: [ 340, 450, 100, 100 ] 290 width: [ 20, 20, 20, 20 ] 291 border-type: normal 292 style: solid 293 color: [ red, green, blue, black ] 294 radius: 30 295 - type: border 296 bounds: [ 450, 450, 100, 100 ] 297 width: [ 20, 20, 20, 20 ] 298 border-type: normal 299 style: solid 300 color: [ red, green, blue, black ] 301 radius: 40 302 - type: border 303 bounds: [ 560, 450, 100, 100 ] 304 width: [ 20, 20, 20, 20 ] 305 border-type: normal 306 style: solid 307 color: [ red, green, blue, black ] 308 radius: 50 309 310 - type: border 311 bounds: [ 10, 560, 100, 100 ] 312 width: [ 20, 20, 20, 20 ] 313 border-type: normal 314 style: double 315 color: [ red, green, blue, black ] 316 radius: 0 317 - type: border 318 bounds: [ 120, 560, 100, 100 ] 319 width: [ 20, 20, 20, 20 ] 320 border-type: normal 321 style: double 322 color: [ red, green, blue, black ] 323 radius: 10 324 - type: border 325 bounds: [ 230, 560, 100, 100 ] 326 width: [ 20, 20, 20, 20 ] 327 border-type: normal 328 style: double 329 color: [ red, green, blue, black ] 330 radius: 20 331 - type: border 332 bounds: [ 340, 560, 100, 100 ] 333 width: [ 20, 20, 20, 20 ] 334 border-type: normal 335 style: double 336 color: [ red, green, blue, black ] 337 radius: 30 338 - type: border 339 bounds: [ 450, 560, 100, 100 ] 340 width: [ 20, 20, 20, 20 ] 341 border-type: normal 342 style: double 343 color: [ red, green, blue, black ] 344 radius: 40 345 - type: border 346 bounds: [ 560, 560, 100, 100 ] 347 width: [ 20, 20, 20, 20 ] 348 border-type: normal 349 style: double 350 color: [ red, green, blue, black ] 351 radius: 50