mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-21 10:38:24 +00:00
This commit adds support for using all your favorite border radii with box-shadow, that is elliptical, circular, rounded rectangle etc. :^) There is some work needed to make this more performant. The larger your border radius is the larger the corner bitmap needs to be, which means more time spent in FastBoxBlurFilter. There are probably some tricks to bring this down. Fixes #14325