mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
LibWeb: Handle interpolation of BorderRadius style value type
This commit is contained in:
Notes:
github-actions[bot]
2025-09-14 15:50:21 +00:00
Author: https://github.com/MFMF-EGY 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/fff09ed3301 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6167 Reviewed-by: https://github.com/tcl3 ✅
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user