mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb: Implement the SVGGeometryElement.pathLength
attribute
This commit is contained in:
parent
410e82c9fd
commit
caf45f2317
Notes:
github-actions[bot]
2025-07-11 23:50:23 +00:00
Author: https://github.com/tcl3
Commit: caf45f2317
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5410
Reviewed-by: https://github.com/shannonbooth
6 changed files with 54 additions and 10 deletions
|
@ -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 = {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue