Andreas Kling
|
c8f09312f7
|
LibGfx: Rename Path => DeprecatedPath
|
2024-08-20 09:30:05 +02:00 |
|
Sam Atkins
|
0e3487b9ab
|
LibWeb: Rename StyleValue -> CSSStyleValue
This matches the name in the CSS Typed OM spec.
https://drafts.css-houdini.org/css-typed-om-1/#cssstylevalue
No behaviour changes.
|
2024-08-15 13:58:38 +01:00 |
|
MacDue
|
5f17d9b34a
|
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).
|
2024-05-26 07:55:50 +02:00 |
|