blob: 11dded8a04012a80c135a324bddeaa40293272b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 50, 50]
items:
- type: border
bounds: [ 0, 0, 50, 50 ]
width: [ 10, 10, 10, 10 ]
border-type: radial-gradient
center: [ 25, 25 ]
radius: [ 50, 50 ]
stops: [ 0.0, red, 1.0, green ]
|