pathfinder/content/src
Patrick Walton eabe1b239d Update `pathfinder_content` 2020-06-23 13:15:59 -07:00
..
clip.rs Remove path rect clipping, since it's no longer required 2020-05-15 19:13:18 -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 Order and sample gradient correctly 2020-05-11 21:47:39 +01:00
lib.rs Faster sorting strategy, remove SortedVector 2020-05-11 21:47:35 +01:00
orientation.rs Rename `pathfinder_geometry::basic` to simply `pathfinder_geometry`, and move 2019-06-21 10:06:19 -07:00
outline.rs Update `pathfinder_content` 2020-06-23 13:15:59 -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 Update `pathfinder_content` 2020-06-23 13:15:59 -07: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