mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
LibWeb: Split LinearGradientStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
f30b042890
commit
c8ffd82cb7
7 changed files with 229 additions and 172 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <LibGfx/Gradients.h>
|
||||
#include <LibWeb/CSS/StyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/ConicGradientStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/LinearGradientStyleValue.h>
|
||||
#include <LibWeb/Painting/GradientPainting.h>
|
||||
|
||||
namespace Web::Painting {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue