Callum Law
|
f0434655f9
|
LibWeb: Reduce recompilation from editing Enums.json
Reduces the recompilation caused by editing `Enums.json` from ~1528 to
~327
|
2026-02-19 11:27:06 +00:00 |
|
Luke Wilde
|
60e1a136aa
|
LibWeb: Use qualified names for SVG attribute reflectors
|
2025-11-06 11:43:06 -05:00 |
|
Tim Ledbetter
|
1dd3608960
|
LibWeb/SVG: Apply SVGFeBlendElement blend mode
Previously, the blend mode was always assumed to be `normal`.
|
2025-08-06 15:21:03 +02:00 |
|
Jelle Raaijmakers
|
ffcf91cd30
|
LibWeb: Correct initialization order for SVGFE*Element
We should first set the prototype before initializing our base,
otherwise e.g. attributes will simply not work.
|
2025-07-11 11:25:59 +01:00 |
|
Lucien Fiorini
|
f8b12614df
|
LibWeb/SVG: Add FEBlendElement
|
2025-07-09 18:07:12 +01:00 |
|