v0.2.2
0.2.2 (2024-05-07)
Features
- path: add .flip_x and .flip_y to path structs (6323292)
- path: add .rotate(rad) method to Path/Paths (150715a)
- path: add .scale(scale) method to Path/Paths (447ed8d)
- path: rename .offset(x,y) to .translate(x,y) (06bcfb3)
Bug Fixes
- path: keep path bounds centered during flip (d87993e)