Source code

Revision control

Copy as Markdown

Other Tools

---
root:
items:
- type: stacking-context
bounds: [0, 0, 50, 50]
items:
- type: radial-gradient # top left
bounds: [ 0, 0, 10, 10]
center: [ 25, 25 ]
radius: [50, 50]
stops: [ 0.0, red, 1.0, green ]
repeat: false
- type: radial-gradient # top right
bounds: [ 40, 0, 10, 10]
center: [ -15, 25 ]
radius: [50, 50]
stops: [ 0.0, red, 1.0, green ]
repeat: false
- type: radial-gradient # bottom left
bounds: [ 0, 40, 10, 10]
center: [ 25, -15 ]
radius: [50, 50]
stops: [ 0.0, red, 1.0, green ]
repeat: false
- type: radial-gradient # bottom right
bounds: [ 40, 40, 10, 10]
center: [ -15, -15 ]
radius: [50, 50]
stops: [ 0.0, red, 1.0, green ]
repeat: false
- type: radial-gradient # top
bounds: [ 10, 0, 30, 10]
center: [ 15, 25 ]
radius: [50, 50]
stops: [ 0.0, red, 1.0, green ]
repeat: false
- type: radial-gradient # right
bounds: [ 40, 10, 10, 30]
center: [ -15, 15 ]
radius: [50, 50]
stops: [ 0.0, red, 1.0, green ]
repeat: false
- type: radial-gradient # bottom
bounds: [ 10, 40, 30, 10]
center: [ 15, -15 ]
radius: [50, 50]
stops: [ 0.0, red, 1.0, green ]
repeat: false
- type: radial-gradient # left
bounds: [ 0, 10, 10, 30]
center: [ 25, 15 ]
radius: [50, 50]
stops: [ 0.0, red, 1.0, green ]
repeat: false