servo/components/shared/canvas
hashcatHitman 892edc0048
Size2D<f64> -> Size2D<u32> in canvas_traits::canvas::Canvas2dMsg
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>
2025-06-03 15:22:08 -04:00
..
canvas.rs Size2D<f64> -> Size2D<u32> in canvas_traits::canvas::Canvas2dMsg 2025-06-03 15:22:08 -04:00
Cargo.toml Introduce snapshot concept of canvas (#36119) 2025-04-23 07:32:47 +00:00
lib.rs constellation: Wait for canvas thread to shut down before shutting down system font service (#37182) 2025-05-30 11:44:16 +00:00
webgl.rs Introduce snapshot concept of canvas (#36119) 2025-04-23 07:32:47 +00:00