July 17, 2026
Draw me like one of your fast engines
An Update on Igalia's Layer Based SVG Engine in WebKit (Reducing Layer Overhead)
WebKit’s long-delayed SVG makeover is real, but fans are already asking if a rival should steal the show
TLDR: Igalia’s new WebKit system for drawing SVG graphics has finally matured, but it’s still not the default because it must match the old system without slowing anything else down. In the comments, attention instantly shifted to a bolder question: should WebKit skip ahead and try a rival engine instead?
After nearly four years of slow-and-steady work, Igalia says its new way of drawing SVG graphics inside WebKit is alive, working, and sitting right there — just not switched on by default yet. That’s the big mood setter here: not failure, not triumph, but a very tech-world kind of "so close, and yet...". The project got bursts of progress, then pauses when funding dried up, then another burst thanks to Wix. In plain English: the team is trying to make web graphics use the same fast path as normal web pages, so future improvements don’t leave SVG stuck in the slow lane.
And the community reaction? Instantly, it swerved from polite applause into "okay, but what about the cooler alternative?" territory. The standout comment didn’t nitpick the blog post — it basically kicked open the door and asked whether Vello, another graphics engine, should be dropped into WebKit instead. That’s the spicy part of this story: even when engineers announce years of careful progress, the comments section still says, "Nice, but have you tried replacing the whole thing?"
There’s also a faintly comedic undertone to the whole saga. Readers are staring at a project that has landed, works, and still needs a hidden switch to come alive — the browser-engine equivalent of buying a sports car and leaving it in the garage. The vibe is part admiration, part impatience, and part classic internet backseat-driving.
Key Points
- •LBSE has landed in WebKit and functions, but it is still not the default SVG engine and must be enabled via a runtime setting in MiniBrowser.
- •From 2021 to late 2022, LBSE gained support for core SVG building blocks including paths, shapes, text, and polygons.
- •With funding from Wix, work resumed in mid-2023 and continued until April 2024, adding advanced features such as clipping, masking, filters, patterns, gradients, and markers.
- •LBSE’s core purpose is to move SVG onto WebKit’s shared HTML/CSS rendering machinery so SVG can benefit from existing and future engine improvements.
- •The project must match the legacy SVG engine on ordinary rendering while also handling SVG-heavy transform workloads without regressing HTML/CSS performance.