41 lines
1,010 B
YAML
41 lines
1,010 B
YAML
# Test checks if a rotated clip with a long and thin rectangle would still
|
|
# correctly affect the primitive with regards to the inner bounds.
|
|
---
|
|
root:
|
|
items:
|
|
-
|
|
bounds: [0, 0, 0, 0]
|
|
type: "reference-frame"
|
|
id: 2
|
|
-
|
|
bounds: [0, 0, 0, 0]
|
|
type: "stacking-context"
|
|
transform: rotate(45) translate(200, 0)
|
|
items:
|
|
-
|
|
bounds: [0, 0, 20, 1000]
|
|
type: clip
|
|
id: 5
|
|
# uncomment this to see the clip area
|
|
#-
|
|
# bounds: [0, 0, 20, 1000]
|
|
# type: rect
|
|
# color: green
|
|
- # we aren't supposed to see this one
|
|
bounds: [0, 0, 0, 0]
|
|
type: "stacking-context"
|
|
clip-and-scroll: [2, 5]
|
|
items:
|
|
-
|
|
bounds: [120, 120, 10, 10]
|
|
type: rect
|
|
color: red
|
|
-
|
|
bounds: [0, 0, 0, 0]
|
|
type: "stacking-context"
|
|
clip-and-scroll: [2, 5]
|
|
items:
|
|
-
|
|
bounds: [100, 100, 14, 14]
|
|
type: rect
|
|
color: blue
|