ruffle/tests
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
..
input-format build(deps): bump serde from 1.0.143 to 1.0.144 2022-08-22 16:51:56 -07:00
tests core: Fix some issues with `hitTest` 2022-09-02 14:51:46 -07:00
Cargo.toml build(deps): bump futures from 0.3.23 to 0.3.24 2022-08-29 23:38:43 +03:00