Compare commits

...

1 commit

Author SHA1 Message Date
1fccb88b8e
Link to archive version of angusj clipper pages
Since sometime in the past years, the original clipper pages have been removed from angusj. Use a version provided by archive.org instead.
2025-06-05 22:54:42 -05:00

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) <http://www.angusj.com/delphi/clipper.php>`__. 6.4.2) <https://web.archive.org/web/20220313012148/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 <http://www.angusj.com/delphi/clipper.php>`__\ library <https://web.archive.org/web/20220313012148/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 <http://www.angusj.com/delphi/clipper.php>`__): library <https://web.archive.org/web/20220313012148/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 <http://www.angusj.com/delphi/clipper.php>`__, Johnson <https://web.archive.org/web/20220313012148/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