C#: ExecuteRectClipLines (aka RectClipLines, previously) seems to be broken in 1.2.2 #529
GeneralGDA
started this conversation in
General
Replies: 1 comment 1 reply
-
Using the latest revision in the repository, it looks fine to me ...
Edit: Oops, sorry Denis, I forgot to read you post properly 😱. Edit2: Denis, I've copied this to a new Issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the 1.1.1 NuGet package everything is OK. I updated to the 1.2.2 NuGet and now RectLicpLines returns the rect boundaries. For example, let's take the rect with min (0, 0), and max (8, 8). And clip with it a line: (4, 4), (4, 5), (9, 5), (9, 4), (5, 4)
I expect the output contains two separate lines. But the 1.2.2 clipper returns single line. It includes the rect boundary.
Beta Was this translation helpful? Give feedback.
All reactions