mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
add implementation for Path2D addPath method (#37838)
Add implementation for Path2D addPath method Spec: https://html.spec.whatwg.org/multipage/canvas.html#dom-path2d-addpath Testing: WPT test - `tests/wpt/tests/css/geometry/DOMMatrix2DInit-validate-fixup.html` Fixes: #37695 --------- Signed-off-by: Lloyd Massiah <artmis9@protonmail.com> Signed-off-by: arthmis <artmis9@protonmail.com>
This commit is contained in:
parent
6471587fb4
commit
86d7f4c793
5 changed files with 57 additions and 83 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -7154,6 +7154,7 @@ dependencies = [
|
|||
"itertools 0.14.0",
|
||||
"jstraceable_derive",
|
||||
"keyboard-types",
|
||||
"kurbo",
|
||||
"layout_api",
|
||||
"libc",
|
||||
"log",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue