mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Handle some transparent black cases in ctx.getImageData
This commit is contained in:
parent
241dba064d
commit
e62dbabb46
6 changed files with 72 additions and 49 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -2663,6 +2663,9 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "pixels"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"euclid 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pkg-config"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue