Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@anthrotype anthrotype released this 24 May 17:42
· 277 commits to master since this release
- [pointPen] Added ReverseContourPointPen, copied from defcon (#73).
- [pointPen] The beginPath and addComponent methods of AbstractPointPen
  now take extra **kwargs (like addPoint does). These are used to pass on
  identifiers or other private attributes of contours/components (869a8f6).
- [pointPen] The PointToSegmentPen.addComponent method accepts (ignores)
  extra **kwargs, to silence deprecation warnings in defcon (#72).
- [pointPen] Added identifier=None argument in AbstractPointPen.beginPath,
  addPoint and addComponent methods (#63).