offroad 0.2.1

2D offsetting for arc polylines and polygons
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

## [0.2.0] - 2025-10-21
- update with the new Togo version

## [0.1.0] - 2025-09-24
- Implemented graph-based cycle detection algorithm
- Added arc reconnection system for offset segments
- Migrated to Togo library for improved geometry handling

## [v0.05] - 2024
- Refactored offset configuration with SVG output flags
- Added `offset_arcline` example
- Renamed examples for clarity (`offset_simple``offset_polyline`)
- Improved benchmark organization

## [v0.0.2] - 2024
- Initial release with basic offset functionality