Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: skip keyframes with webkit prefix (#1826)
If an SVG features `keyframes` with the `-webkit` prefix, it would throw an error before. This will treat them the same as regular `keyframes`.
- Loading branch information