Skip to content
Commit 89a0e901 authored by Dennis Nienhüser's avatar Dennis Nienhüser
Browse files

Use the clipper library as an alternative clipping algorithm

- clipper library seems more robust (less clipping glitches, no
  endless loops) at this point, but might switch back later
- clipper library (version 6.4, Boost license) C++ code inside
- VectorClipper::clipTo() has an internal switch to select between
  BaseClipper and clipper library
parent 0e3df329
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment