servo/components/canvas
sagudev 4974b4a1f6
canvas: Remove rect -> line handling (#37664)
This causes wrong rendering on vello. Current backends already handle
one dim zero correctly by themself (this was probably needed for azure),
but if we ever needed this, it should be implemented inside faulty
backend.

Testing: Existing WPT tests

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
2025-06-24 14:13:58 +00:00
..
backend.rs canvas: Remove rect -> line handling (#37664) 2025-06-24 14:13:58 +00:00
canvas_data.rs canvas: Remove rect -> line handling (#37664) 2025-06-24 14:13:58 +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: Remove rect -> line handling (#37664) 2025-06-24 14:13:58 +00:00