servo/components/canvas
Bastien Orivel 97674082d3 Pass BlendMode::Clear to the fill method of DrawTarget in clear_rect
This makes some tests regarding clearing rects pass. Otherwise the rect
wouldn't get cleared properly and it'd keep its original color but get
an alpha of 0
2019-08-21 19:10:56 +02:00
..
webgl_mode Get XR sessions to track the draw texture, so we render the XR framebuffer rather than the default canvas framebuffer 2019-07-28 10:24:38 -04:00
azure_backend.rs Update euclid. 2019-07-23 23:09:55 +02:00
build.rs Print an error message if neither Canvas 2D backend is selected 2019-07-01 15:46:36 +02:00
canvas_data.rs Implement clear_rect 2019-08-21 19:10:56 +02:00
canvas_paint_thread.rs Update euclid. 2019-07-23 23:09:55 +02:00
Cargo.toml Replace use of callbacks in webxr by channels 2019-07-26 23:36:13 -05:00
gl_context.rs Update euclid. 2019-07-23 23:09:55 +02:00
lib.rs Media crate 2019-07-04 10:25:49 +02:00
raqote_backend.rs Pass BlendMode::Clear to the fill method of DrawTarget in clear_rect 2019-08-21 19:10:56 +02:00
webgl_thread.rs Drop webgl main thread data during shutdown. 2019-07-29 08:15:59 -04:00