mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 10:10:52 +00:00
Fix canvas test
This commit is contained in:
parent
75ac7ca64e
commit
14c2c04ccd
@ -19,7 +19,7 @@ pub fn draw() {
|
||||
.get_context("2d")
|
||||
.unwrap()
|
||||
.unwrap()
|
||||
.dyn_into::<web_sys::CanvasRenderingContext2D>()
|
||||
.dyn_into::<web_sys::CanvasRenderingContext2d>()
|
||||
.unwrap();
|
||||
|
||||
context.begin_path();
|
||||
|
Loading…
x
Reference in New Issue
Block a user