mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Auto merge of #25916 - ferjm:canvas.layout.2020, r=nox
Render HTML <canvas> elements on layout 2020 - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #25885 - [X] There are tests for these changes
This commit is contained in:
commit
85ed7d3883
190 changed files with 1644 additions and 44 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2908,6 +2908,7 @@ version = "0.0.1"
|
|||
dependencies = [
|
||||
"app_units",
|
||||
"atomic_refcell",
|
||||
"canvas_traits",
|
||||
"cssparser",
|
||||
"embedder_traits",
|
||||
"euclid",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue