LibWeb: Implement the SVGGeometryElement.pathLength attribute

This commit is contained in:
Tim Ledbetter 2025-07-11 23:45:31 +01:00 committed by Shannon Booth
commit caf45f2317
Notes: github-actions[bot] 2025-07-11 23:50:23 +00:00
6 changed files with 54 additions and 10 deletions

View file

@ -5,7 +5,7 @@
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGGeometryElement
[Exposed=Window]
interface SVGGeometryElement : SVGGraphicsElement {
[FIXME, SameObject] readonly attribute SVGAnimatedNumber pathLength;
[SameObject] readonly attribute SVGAnimatedNumber pathLength;
[FIXME] boolean isPointInFill(optional DOMPointInit point = {});
[FIXME] boolean isPointInStroke(optional DOMPointInit point = {});