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