Opened 6 years ago
Last modified 6 years ago
#12379 new Bugs
Yet another problems with boolean operations with shared edges
Reported by: | Owned by: | Barend Gehrels | |
---|---|---|---|
Milestone: | To Be Determined | Component: | geometry |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | linestring, polygon, difference | Cc: |
Description
Difference of polylineLINESTRING(4 4, 4 0, 2 0, 2 -2) and polygon POLYGON((0 0, 0 8, 8 8, 8 0, 4 0, 2 0, 0 0)) (see ascii-art below) is empty.
+-------------+ | | | | | + | | | | +---+---+-----+
| +
Attachments (1)
Note:
See TracTickets
for help on using tickets.
test file reproducing this bug