mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +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
|
@ -81,6 +81,7 @@ itertools = { workspace = true }
|
|||
js = { workspace = true }
|
||||
jstraceable_derive = { path = "../jstraceable_derive" }
|
||||
keyboard-types = { workspace = true }
|
||||
kurbo = { workspace = true }
|
||||
layout_api = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
log = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue