Skip to content

Commit 9c81fca

Browse files
committed
update: move issue #338 to DONE after PR #339 merge
1 parent ab9766c commit 9c81fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BACKLOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
- [ ] #324: Refactor - define epsilon constant for numerical comparisons
2222

2323
## DOING (Current Work)
24-
- [ ] #338: Fix - No axes visible and plots strangely stretched and shifted in PDF
2524

2625
## BLOCKED (Infrastructure Issues)
2726

@@ -48,6 +47,7 @@
4847
- Performance impact validation
4948

5049
## DONE (Completed)
50+
- [x] #338: Fix - No axes visible and plots strangely stretched and shifted in PDF - FIXED: Restored PDF axes visibility and prevented plot stretching/shifting through corrected coordinate transformation and scaling (PR #339 merged)
5151
- [x] #321: Refactor - apply consistent validation pattern to other PDF write functions - FIXED: Extended robust validation pattern to pdf_write_move, pdf_write_line, and pdf_write_line_width with comprehensive test coverage and zero performance impact (PR #326 merged)
5252
- [x] #320: Feature - add debug logging for invalid color value corrections - FIXED: Implemented debug logging for RGB color corrections in PDF output with zero performance impact and comprehensive test coverage (PR #325 merged)
5353
- [x] #319: Refactor - investigate source of invalid RGB values in contour color mapping - FIXED: Replaced direct color writing with validated pdf_write_color method, added proper edge case handling for division by zero scenarios (PR #322 merged)

0 commit comments

Comments
 (0)