pathfinder/content/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
..
clip.rs Don't include the closing segment when printing a path as a string. 2020-03-27 15:40:27 -07:00
dash.rs Don't include the closing segment when printing a path as a string. 2020-03-27 15:40:27 -07:00
dilation.rs Add some implicit conversions between scalars and vectors where appropriate 2020-04-01 17:20:32 -07:00
effects.rs Remove `draw_render_target()` in favor of the standard tile-based rendering 2020-04-03 13:05:53 -07:00
fill.rs Implement the even-odd fill rule 2020-02-17 14:44:48 -08:00
gradient.rs Fix some transform issues and implement transformed radial gradients in SVG. 2020-04-20 16:40:02 -07:00
lib.rs Remove transforms from paths. 2020-03-04 16:28:21 -08:00
orientation.rs Rename `pathfinder_geometry::basic` to simply `pathfinder_geometry`, and move 2019-06-21 10:06:19 -07:00
outline.rs Remove `draw_render_target()` in favor of the standard tile-based rendering 2020-04-03 13:05:53 -07:00
pattern.rs Introduce the concept of a base color in order to handle canvas shadow alpha 2020-04-13 18:31:25 -07:00
render_target.rs Add a scene field to render target IDs to reduce the chance of misuse 2020-04-16 16:54:52 -07:00
segment.rs Add some implicit conversions between scalars and vectors where appropriate 2020-04-01 17:20:32 -07:00
sorted_vector.rs Add an API for gradients to the canvas frontend, not implemented yet 2020-02-05 20:01:11 -08:00
stroke.rs Add some implicit conversions between scalars and vectors where appropriate 2020-04-01 17:20:32 -07:00
transform.rs Overload `*` between transforms and points 2019-07-12 11:55:01 -07:00
util.rs Remove transforms from paths. 2020-03-04 16:28:21 -08:00