servo/components/canvas
sagudev f370606fa8
canvas: Make draw_options non optional in fill_rect (#37603)
All other draw functions already have them non-optional and we always
passed `Some` anyway.

Testing: Existing WPT tests

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
2025-06-21 09:34:28 +00:00
..
backend.rs canvas: Make draw_options non optional in fill_rect (#37603) 2025-06-21 09:34:28 +00:00
canvas_data.rs canvas: Make draw_options non optional in fill_rect (#37603) 2025-06-21 09:34:28 +00:00
canvas_paint_thread.rs pixels: Move Snapshot and related data structures to pixels (#37590) 2025-06-20 14:47:06 +00:00
Cargo.toml pixels: Move Snapshot and related data structures to pixels (#37590) 2025-06-20 14:47:06 +00:00
lib.rs Use backend trait with associated types for 2d canvas backends abstraction (#36783) 2025-05-01 04:16:23 +00:00
raqote_backend.rs canvas: Make draw_options non optional in fill_rect (#37603) 2025-06-21 09:34:28 +00:00