Source code

Revision control

Copy as Markdown

Other Tools

# Ensure that zero sized drop shadows handle reflection scale transforms without crashing
---
root:
items:
-
type: "stacking-context"
bounds: [100, 100, 100, 100]
filters: drop-shadow([0, 1], 1, red)
transform: scale(-1, 1)
items:
-
type: rect
color: green
bounds: [0, 0, 1, 0]