ruffle/render/wgpu/src
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
..
lib.rs wgpu: Implement linear RGB gradients 2020-05-22 11:03:16 -07:00
pipelines.rs render: Changed gradient uniform in wgpu shader to a SSBO instead of UBO, saving 192 bytes on each buffer 2020-05-10 23:48:11 -07:00
shapes.rs wgpu: Implement linear RGB gradients 2020-05-22 11:03:16 -07:00
target.rs render: Ensure that the wgpu device is compatible with the window we're 2020-05-14 21:38:12 -07:00
utils.rs render: Filter out consecutive MoveTo drawing commands 2020-06-24 14:09:10 -07:00