pathfinder/geometry/src
Patrick Walton 6c996981a3 Fix some transform issues and implement transformed radial gradients in SVG.
In particular, this fixes the usvg-to-Pathfinder transform conversion and the
definition of `Transform2F::row_major()`.

Makes `drops.svg` from the MPVG samples work.
2020-04-20 16:40:02 -07:00
..
angle.rs Start an `angle` module in `pathfinder_geometry` 2020-02-19 10:59:40 -08:00
lib.rs Start an `angle` module in `pathfinder_geometry` 2020-02-19 10:59:40 -08:00
line_segment.rs Fix some transform issues and implement transformed radial gradients in SVG. 2020-04-20 16:40:02 -07:00
rect.rs Add some more operators to rects and vectors 2020-04-02 11:59:11 -07:00
transform2d.rs Fix some transform issues and implement transformed radial gradients in SVG. 2020-04-20 16:40:02 -07:00
transform3d.rs Add some implicit conversions between scalars and vectors where appropriate 2020-04-01 17:20:32 -07:00
unit_vector.rs Prevent taking the square root of a negative number in the half-angle formula 2020-03-31 13:32:23 -07:00
util.rs Fall back to Newton's method instead of dividing by zero when finding critical 2019-05-08 17:51:12 -07:00
vector.rs Draw caret position in the NanoVG demo 2020-04-10 18:13:42 -07:00