mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Add BasicShapeStyleValue
to represent CSS basic shapes
See: https://www.w3.org/TR/css-shapes-1/#basic-shape-functions This patch only implements the `polygon()` basic shape (with the rest left as FIXMEs).
This commit is contained in:
parent
71ccd8ad25
commit
5f17d9b34a
Notes:
sideshowbarker
2024-07-17 04:49:48 +09:00
Author: https://github.com/MacDue
Commit: 5f17d9b34a
Pull-request: https://github.com/SerenityOS/serenity/pull/24446
6 changed files with 126 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/AngleStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/BackgroundRepeatStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/BackgroundSizeStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/BasicShapeStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/BorderRadiusStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/CalculatedStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/ColorStyleValue.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue