Commit 5934456
fix: correct crop/skip_area YARD docs to edge coordinates
DSL docs said [x, y, width, height] but AreaCalculator uses
Region.from_edge_coordinates which takes [left, top, right, bottom].
Fixed to match the actual implementation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b49d0b3 commit 5934456
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments