Commit Graph

1 Commits

Author SHA1 Message Date
Andreas Kling
fa0a7d4a4a Tests: Add test for non-invertible transform animation fallback
When a transform animation involves a non-invertible matrix (e.g. a
matrix3d with zero Z-scale), the spec requires falling back to discrete
interpolation. Currently we drop the transform entirely, producing
"none" at all progress values. A following commit will fix this.
2026-03-21 23:16:32 -05:00