ruffle/render/common_tess
Mike Welsh 60f29719d3 core: Fix stroke artifacts when using drawing API
Some recent changes with lyon's API could cause Ruffle to draw extra
strokes when it sees two Move commands in a row -- an extra zero-length
stroke would appear. Let's merge adjacent Move commands in the
tessellator to avoid this issue.

(TODO: Add an example to visual_tests).
2021-02-05 14:54:55 -08:00
..
src core: Fix stroke artifacts when using drawing API 2021-02-05 14:54:55 -08:00
Cargo.toml build(deps): bump lyon from 0.17.4 to 0.17.5 2021-01-30 16:28:18 -08:00