Andreas Kling
e81594d9a1
LibWeb: Sketch out a very basic SVG <clipPath> element
...
This element doesn't actually support anything at the moment, but it
still massively speeds up painting performance on Wikipedia! :^)
How? Because we no longer paint SVG <path> elements found inside
<clipPath> elements. SVGClipPathElement::create_layout_node() returns
nullptr which stops the layout tree builder from recursing further into
the subtree, and so the <path> element never gets a layout or paint box.
Mousing over Wikipedia now barely break 50% CPU usage on my machine :^)
2022-04-10 21:35:55 +02:00
..
2022-02-11 21:38:27 +01:00
2022-02-21 16:32:24 +01:00
2022-02-21 16:32:24 +01:00
2022-03-21 21:04:39 +01:00
2022-03-21 21:04:39 +01:00
2022-03-21 21:04:39 +01:00
2022-03-22 22:33:17 +01:00
2022-03-22 22:33:17 +01:00
2022-03-22 22:33:17 +01:00
2022-04-10 21:35:55 +02:00
2022-04-10 21:35:55 +02:00
2022-04-10 21:35:55 +02:00
2022-04-01 21:24:45 +01:00
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-03-31 01:10:47 +02:00
2022-03-22 22:33:17 +01:00
2022-03-22 22:33:17 +01:00
2022-03-22 22:33:17 +01:00
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-04-10 20:18:38 +02:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-03-21 21:04:39 +01:00
2022-03-21 21:04:39 +01:00
2022-03-21 21:04:39 +01:00
2022-03-22 22:33:17 +01:00
2022-03-22 22:33:17 +01:00
2022-03-22 22:33:17 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-02-19 14:45:59 +01:00
2022-02-19 14:45:59 +01:00
2022-02-16 22:48:32 +03:30
2022-03-21 21:04:39 +01:00
2022-03-21 21:04:39 +01:00
2022-03-21 21:04:39 +01:00
2022-03-26 20:10:36 +01:00
2022-03-13 00:04:51 +01:00
2022-02-16 22:48:32 +03:30
2022-03-20 13:36:45 +01:00
2022-03-20 13:36:45 +01:00
2022-03-20 13:36:45 +01:00
2022-04-10 21:35:55 +02:00
2021-09-15 11:56:26 +02:00
2021-09-15 11:56:26 +02:00