From 835dacdd01d8d57cd708423f249a703067d80dc8 Mon Sep 17 00:00:00 2001 From: Nail Date: Sun, 22 Mar 2026 20:49:42 +0300 Subject: [PATCH] Remove warning about LineJoin::Bevel artifacts Removed note about visual artifacts with LineJoin::Bevel. --- iOverlay/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/iOverlay/README.md b/iOverlay/README.md index 4dfcdb6..0629381 100644 --- a/iOverlay/README.md +++ b/iOverlay/README.md @@ -448,8 +448,6 @@ println!("shapes: {:?}", &shapes); If polygon validity cannot be guaranteed, it is recommended to apply the [simplify_shape](https://github.com/iShape-Rust/iOverlay/blob/main/iOverlay/src/float/simplify.rs) operation before offsetting. [More information](https://ishape-rust.github.io/iShape-js/overlay/contours/contours.html) on contour orientation. -- Using `LineJoin::Bevel` with a large offset may produce visual artifacts. -   ### LineCap | Butt | Square | Round | Custom |