Skip to content

Version 0.3.1

Compare
Choose a tag to compare
@justvanrossum justvanrossum released this 27 Sep 18:01
  • Added path.removeOverlap()
  • Added path.union(other) and path.__or__(other)
  • Added path.intersection(other) and path.__and__(other)
  • Added path.difference(other) and path.__mod__(other)
  • Added path.xor(other) and path.__xor__(other)