ruffle/render/wgpu
Mike Welsh 7d1b3f86f5 render: Filter out consecutive MoveTo drawing commands
lyon would emit a small line segment if a stroke path had
consective MoveTo commands. For the lyon backends, filter out
consecutive MoveTos and only emit the final MoveTo command.

This fixes a small dot appearing in text fields using underlines.
2020-06-24 14:09:10 -07:00
..
shaders wgpu: Implement linear RGB gradients 2020-05-22 11:03:16 -07:00
src render: Filter out consecutive MoveTo drawing commands 2020-06-24 14:09:10 -07:00
Cargo.toml build(deps): bump image from 0.23.5 to 0.23.6 2020-06-20 13:29:30 -07:00
build_shaders.sh render: Add wgpu-rs based renderer, used by desktop 2020-04-30 08:48:33 +02:00