serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibWeb: Start adding support for viewport relative values in SVG geometry elements

Open MacDue opened this issue 1 year ago • 0 comments

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

MacDue avatar Mar 03 '24 21:03 MacDue