Skip to content

v0.3.0

Compare
Choose a tag to compare
@tirithen tirithen released this 01 Jun 14:18
· 10 commits to main since this release
4366907

0.3.0 (2024-06-01)

⚠ BREAKING CHANGES

  • scale now takes two arguments, allowing separate x and
    y scaling factors

Features

  • implement IntoIterator for Path/Paths (846602c)
  • Path: add .rectangle method (a1dbb5c)
  • serde: ser./deser. Path and Paths (b9800b7)
  • support calculating signed path areas (b1c6386)
  • support scaling around a point (ba6dec3)