mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibWeb: Add FIXMEs for missing SVGGeometryElement attributes
This commit is contained in:
parent
c9f3a7ddbf
commit
772d64aca2
Notes:
sideshowbarker
2024-07-17 06:29:49 +09:00
Author: https://github.com/jamierocks
Commit: 772d64aca2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/539
1 changed files with 4 additions and 1 deletions
|
@ -1,11 +1,14 @@
|
|||
#import <Geometry/DOMPoint.idl>
|
||||
#import <SVG/SVGGraphicsElement.idl>
|
||||
#import <SVG/SVGAnimatedNumber.idl>
|
||||
|
||||
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGGeometryElement
|
||||
[Exposed=Window]
|
||||
interface SVGGeometryElement : SVGGraphicsElement {
|
||||
[FIXME, SameObject] readonly attribute SVGAnimatedNumber pathLength;
|
||||
|
||||
[FIXME] boolean isPointInFill(optional DOMPointInit point = {});
|
||||
[FIXME] boolean isPointInStroke(optional DOMPointInit point = {});
|
||||
float getTotalLength();
|
||||
DOMPoint getPointAtLength(float distance);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue