Missing "CurvesDemo"
Polygon and line clipping and offsetting library (C++, C#, Delphi)
Brought to you by:
angusj
It seems commit #474 deleted the "CurvesDemo" folder. Any chance it could be added back? I tried reverting to that commit but the solution loads with errors in visual studio.
From the FAQ:
My drawings contain lots of beziers, ellipses and arcs. How can I perform clipping operations on these?
You'll have to convert them to 'flattened' paths. For an example of how this can be done (and even reconstructed back into beziers, arcs etc), see the CurvesDemo application included in this library.
http://www.angusj.com/delphi/clipper/documentation/Docs/Overview/FAQ.htm
Anonymous