Skip to content

Deprecating SCALING_FACTOR

Michael Schwarz edited this page Nov 2, 2015 · 4 revisions

In versions of Pyclipper after 0.9.3b0, SCALING_FACTOR has been deprecated and is ignore by the library. You will either have to downgrade to a version of the library which still supports SCALING_FACTOR or adapt your code to use the new API to convert polygon and path data from and to the int-based representation used by Clipper.

TODO:

  • Hint to new API
  • explain reason for removal
  • add version number of first version without SCALING_FACTOR
Clone this wiki locally