Files
ladybird/Libraries/LibWeb/HTML/CanvasRenderingContext2D.cpp
Andreas Kling 1640b7957c LibWeb: Don't use GC::Root for 2D canvas fill/stroke styles
Using GC::Roots here was causing a reference cycle and leaking the world
whenever gradients or patterns were used on a 2D canvas.
2025-12-24 10:19:28 +01:00

59 KiB