pathfinder/content/src
Patrick Walton 0a3f64eb44 Implement the difference and exclusion blend modes 2020-02-25 14:55:58 -08:00
..
clip.rs Use 2-lane instead of 4-lane SIMD types for 2D vectors. 2019-06-26 16:38:37 -07:00
dash.rs Switch to per-pixel texture lookup for paints. 2020-02-04 21:50:13 -08:00
dilation.rs Rename `pathfinder_geometry::basic` to simply `pathfinder_geometry`, and move 2019-06-21 10:06:19 -07:00
effects.rs Implement the difference and exclusion blend modes 2020-02-25 14:55:58 -08:00
fill.rs Implement the even-odd fill rule 2020-02-17 14:44:48 -08:00
gradient.rs Transform some paints in the canvas API 2020-02-18 16:06:39 -08:00
lib.rs Rename "postprocessing" to "effects" and start initial work on composite ops 2020-02-20 14:22:07 -08:00
orientation.rs Rename `pathfinder_geometry::basic` to simply `pathfinder_geometry`, and move 2019-06-21 10:06:19 -07:00
outline.rs Fix counterclockwise arc logic 2020-02-18 14:36:02 -08:00
pattern.rs Replace layers with render targets, which can be used as patterns. 2020-02-21 22:14:18 -08:00
segment.rs Allow overloaded `*` to work between transforms and line segments and 2019-07-12 11:59:04 -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 convenience translation, rotation, and scaling methods to `Transform2D` 2019-07-12 11:34:48 -07:00
transform.rs Overload `*` between transforms and points 2019-07-12 11:55:01 -07:00