servo/components/shared/canvas
Sam 643ac08cf0
canvas: Implement strokeText (#39183)
Mostly it's just reusing/copy&edit fillText stuff.

Testing: Existing WPT tests
Fixes: #29973

Try run: https://github.com/sagudev/servo/actions/runs/17511337550

---------

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
2025-09-06 18:01:21 +00:00
..
canvas.rs canvas: Implement strokeText (#39183) 2025-09-06 18:01:21 +00:00
Cargo.toml canvas: Move font selection and text shaping to script (#38979) 2025-08-28 10:30:34 +00:00
lib.rs canvas: Make 2D context state creation failable and use dom_canvas_backend pref for backend selection (#38310) 2025-07-28 09:13:07 +00:00
webgl.rs compositor: Allow canvas to upload rendered contents asynchronously (#37776) 2025-08-29 10:04:41 +00:00