ruffle/render
Mike Welsh c17da6e91a core: Fix some issues with `hitTest`
Fixes some issues with our winding # calculation which would cause
incorrect results for hitTest.

  * The convention for handling an intersection at endpoints was
    not the same between lines and bezier curves.
  * The bezier curve winding # function was not properly handling
    some cases where the curve was strictly y-monotonic.
  * Simplify the code a bit so that ray-curve intersections are
    returned in a consistent order based on upward/downward crossing.
2022-09-02 14:51:46 -07:00
..
canvas canvas: Removed generic error, was never actually used - just an Option worked better 2022-08-25 23:43:21 +02:00
src core: Fix some issues with `hitTest` 2022-09-02 14:51:46 -07:00
webgl webgl: Replace Box<dyn Error> with actual Error enum 2022-08-25 23:43:21 +02:00
wgpu build(deps): bump clap from 3.2.17 to 3.2.18 2022-08-30 00:19:02 +03:00
Cargo.toml render: Remove `gc-arena` dependency 2022-09-02 09:49:18 -07:00