blob: e39e06fddcd4222ce20b7bcb72dd36ebf07e62f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- # Checks that segments are clipped correctly when opposite edges of the border overlap
root:
items:
- type: stacking-context
bounds: [0, 0, 120, 40]
items:
- type: border
bounds: [ 10, 10, 100, 20 ]
width: 15
border-type: normal
style: solid
color: [ [0, 0, 255, 0.5] ]
|