Commit dfd1cab
Fix undefined variables x0, x1, y0, y1 in paintFormXObjectBegin
Use bounds array indices instead of the undefined variables when
calling recordClipBox. bounds is [minX, minY, maxX, maxY] from
Util.intersect, and recordClipBox expects (minX, maxX, minY, maxY).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b74f9b3 commit dfd1cab
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2565 | 2565 | | |
2566 | 2566 | | |
2567 | 2567 | | |
2568 | | - | |
| 2568 | + | |
| 2569 | + | |
| 2570 | + | |
| 2571 | + | |
| 2572 | + | |
| 2573 | + | |
| 2574 | + | |
| 2575 | + | |
2569 | 2576 | | |
2570 | 2577 | | |
2571 | 2578 | | |
| |||
0 commit comments