Source code

Revision control

Copy as Markdown

Other Tools

# this tests that filters don't create isolated groups
---
root:
items:
- type: rect
bounds: [0, 0, 100, 100]
color: [0, 0, 0]
- type: stacking-context
bounds: [0, 0, 100, 100]
items:
- type: stacking-context
bounds: [0, 0, 100, 100]
filters: opacity(0.5)
items:
- type: rect
bounds: [0, 0, 100, 100]
color: [0, 255, 0]