Compare commits

..

No commits in common. "patch-1" and "main" have entirely different histories.

View file

@ -8,7 +8,7 @@ About
Pyclipper is a Cython wrapper exposing public functions and classes of Pyclipper is a Cython wrapper exposing public functions and classes of
the C++ translation of the `Angus Johnson's Clipper library (ver. the C++ translation of the `Angus Johnson's Clipper library (ver.
6.4.2) <https://web.archive.org/web/20220313012148/http://www.angusj.com/delphi/clipper.php>`__. 6.4.2) <http://www.angusj.com/delphi/clipper.php>`__.
Pyclipper releases were tested with Python 2.7 and 3.4 on Linux (Ubuntu Pyclipper releases were tested with Python 2.7 and 3.4 on Linux (Ubuntu
14.04, x64) and Windows (8.1, x64). 14.04, x64) and Windows (8.1, x64).
@ -30,7 +30,7 @@ About Clipper
algorithm. algorithm.
\ `Angus Johnson's Clipper \ `Angus Johnson's Clipper
library <https://web.archive.org/web/20220313012148/http://www.angusj.com/delphi/clipper.php>`__\ library <http://www.angusj.com/delphi/clipper.php>`__\
Install Install
======= =======
@ -121,7 +121,7 @@ library.
``Pyclipper.Execute`` and ``Pyclipper.Execute2``. ``Pyclipper.Execute`` and ``Pyclipper.Execute2``.
Basic clipping example (based on `Angus Johnson's Clipper Basic clipping example (based on `Angus Johnson's Clipper
library <https://web.archive.org/web/20220313012148/http://www.angusj.com/delphi/clipper.php>`__): library <http://www.angusj.com/delphi/clipper.php>`__):
.. code:: python .. code:: python
@ -172,7 +172,7 @@ Authors
======= =======
- The Clipper library is written by `Angus - The Clipper library is written by `Angus
Johnson <https://web.archive.org/web/20220313012148/http://www.angusj.com/delphi/clipper.php>`__, Johnson <http://www.angusj.com/delphi/clipper.php>`__,
- This wrapper was initially written by `Maxime - This wrapper was initially written by `Maxime
Chalton <https://sites.google.com/site/maxelsbackyard/home/pyclipper>`__, Chalton <https://sites.google.com/site/maxelsbackyard/home/pyclipper>`__,
- Adaptions to make it work with version 5 written by `Lukas - Adaptions to make it work with version 5 written by `Lukas