Source code

Revision control

Copy as Markdown

Other Tools

# Don't crash on large blur radius with large transform!
---
root:
items:
- type: stacking-context
bounds: [0, 0, 1000, 1000]
items:
- type: stacking-context
bounds: [0, 0, 1000, 1000]
transform: scale-y(100)
items:
- type: stacking-context
bounds: [0, 0, 1000, 1000]
filters: drop-shadow([0, 0], 999999, [255, 0, 0, 1])
items:
- image: checkerboard(2, 16, 16)
bounds: [0, 0, 1000, 1000]