ruffle/render
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
..
canvas build(deps): bump svg from 0.8.2 to 0.9.0 2021-01-29 11:42:46 -08:00
common_tess core: Fix stroke artifacts when using drawing API 2021-02-05 14:54:55 -08:00
webgl webgl: Use highp precision when available 2021-02-02 16:14:15 -08:00
wgpu core: Fix stroke artifacts when using drawing API 2021-02-05 14:54:55 -08:00