LibWeb: Handle interpolation of BorderRadius style value type

This commit is contained in:
MFMF-EGY
2025-09-14 16:00:06 +03:00
committed by Tim Ledbetter
parent b3e8784f92
commit fff09ed330
Notes: github-actions[bot] 2025-09-14 15:50:21 +00:00
4 changed files with 148 additions and 128 deletions

View File

@@ -34,6 +34,10 @@
from: "repeat-x",
to: "space",
},
borderRadius: {
from: "0px 20px 40px 60px",
to: "100px 120px 140px 160px"
},
// by-computed-value properties with 'auto' are discrete
bottom: {
from: "auto",