serenity
serenity copied to clipboard
LibWeb: Start adding support for viewport relative values in SVG geometry elements
This PR adds the basic plumbing for SVG geometry properties and viewport relative values, then uses them to support percentages in SVG <circle> element attributes. The same fixes can be made to other SVG geometry elements, but those are left as a TODO.
Fixes #23121