Did something similar with `arc` instead of `curve` https://codepen.io/thebabydino/pen/azOgOKE `arc` is already supported in Firefox behind a flag. While `curve` isn't, but the `@supports` test with a `curve` path still passes, so then it doesn't even use the fallback.