pathfinder/content/src
Patrick Walton 41ad372253 Clip line segments before tiling them.
This reduces pathological behavior from very large off-screen segments.

Part of #416.
2020-07-28 12:56:05 -07:00
..
clip.rs Clip line segments before tiling them. 2020-07-28 12:56:05 -07:00
dash.rs Document `pathfinder_content` more 2020-07-15 17:58:44 -07:00
dilation.rs Add some implicit conversions between scalars and vectors where appropriate 2020-04-01 17:20:32 -07:00
effects.rs Add ColorMatrix filter 2020-07-23 12:46:59 -07:00
fill.rs Document `pathfinder_content` more 2020-07-15 17:58:44 -07:00
gradient.rs Clamp to prevent overflow when interpolating between two gradient stops. 2020-07-16 10:37:31 -07:00
lib.rs Document the `pathfinder_content::outline` module 2020-07-14 12:08:00 -07:00
orientation.rs Rename `pathfinder_geometry::basic` to simply `pathfinder_geometry`, and move 2019-06-21 10:06:19 -07:00
outline.rs Document the `pathfinder_content::outline` module 2020-07-14 12:08:00 -07:00
pattern.rs Document `pathfinder_content` more 2020-07-15 17:58:44 -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 Document `pathfinder_content` more 2020-07-15 17:58:44 -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 add Contour::{from_rect_rounded, push_svg_arc} 2020-06-17 08:49:14 +03:00