mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
LibWeb: Support border radius in rect() function
This commit is contained in:
committed by
Jelle Raaijmakers
parent
1b7567cc86
commit
02a8d22a4e
Notes:
github-actions[bot]
2026-01-06 09:51:22 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/02a8d22a4e9 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7339 Reviewed-by: https://github.com/gmta ✅
@@ -49,6 +49,8 @@ struct Rect {
|
||||
ValueComparingNonnullRefPtr<StyleValue const> right;
|
||||
ValueComparingNonnullRefPtr<StyleValue const> bottom;
|
||||
ValueComparingNonnullRefPtr<StyleValue const> left;
|
||||
|
||||
ValueComparingNonnullRefPtr<StyleValue const> border_radius;
|
||||
};
|
||||
|
||||
struct Circle {
|
||||
|
||||
Reference in New Issue
Block a user