mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Changed the variants `canvas_traits::canvas::Canvas2dMsg::DrawEmptyImage` and `canvas_traits::canvas::Canvas2dMsg::DrawImageInOther` to use `euclid::default::Size2D<u32>` instead of `euclid::default::Size2D<f64>`. Every other change made in this commit is either: - of similar nature, and is the minimum that would allow compilation - resolving lints triggered by the former This commit includes changes to the following components: - canvas - script - shared/canvas Signed-off-by: hashcatHitman <155700084+hashcatHitman@users.noreply.github.com> |
||
---|---|---|
.. | ||
canvas.rs | ||
Cargo.toml | ||
lib.rs | ||
webgl.rs |