Skip to content

Commit 40cb168

Browse files
Merge pull request #64 from iShape-Rust/feature/4.5.0
Remove warning about LineJoin::Bevel artifacts
2 parents 3c4e3f0 + 835dacd commit 40cb168

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

iOverlay/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,6 @@ println!("shapes: {:?}", &shapes);
448448
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.
449449
[More information](https://ishape-rust.github.io/iShape-js/overlay/contours/contours.html) on contour orientation.
450450

451-
- Using `LineJoin::Bevel` with a large offset may produce visual artifacts.
452-
453451
 
454452
### LineCap
455453
| Butt | Square | Round | Custom |

0 commit comments

Comments
 (0)