1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-14 13:02:08 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Andreas Kling
70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h
This required moving the CSS::StyleProperty destruct out of line.
2023-05-08 09:29:44 +02:00
MacDue
b19d2634f6 LibWeb: Implement SVGStopElement (<stop>)
This is used to specify the color/position of color stops for SVG
gradients.
2023-04-28 09:42:28 +02:00