pathfinder/font-renderer
Patrick Walton 5bd68dec65 Port Pathfinder to use Lyon for Bézier curve math.
This removes a whole lot of code from `pathfinder_path_utils`. Hopefully
the remaining code can go upstream.

These changes regress quality of stroke widths for cubic curves, because
they move fill-to-stroke conversion before cubic-to-quadratic
conversion. To fix that, we will need to recursively subdivide when
doing fill-to-stroke conversion.
2018-01-29 12:47:47 -08:00
..
src Port Pathfinder to use Lyon for Bézier curve math. 2018-01-29 12:47:47 -08:00
Cargo.toml Port Pathfinder to use Lyon for Bézier curve math. 2018-01-29 12:47:47 -08:00