Skip to content

Commit 4dfda55

Browse files
committed
update: move issue #320 to DONE and #321 to DOING after PR #325 merge
1 parent 09535f6 commit 4dfda55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BACKLOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
**🚨 CRITICAL: User-visible PNG/PDF rendering completely broken**
66

77
**Infrastructure & Documentation Issues (Lower Priority)**
8-
- [ ] #321: Refactor - apply consistent validation pattern to other PDF write functions
98
- [ ] #323: Test - add edge case tests for PDF heatmap color validation
109
- [ ] #324: Refactor - define epsilon constant for numerical comparisons
1110

1211
## DOING (Current Work)
13-
- [x] #320: Feature - add debug logging for invalid color value corrections (branch: feature-debug-logging-320)
12+
- [x] #321: Refactor - apply consistent validation pattern to other PDF write functions (branch: refactor-consistent-validation-321)
1413

1514
## BLOCKED (Infrastructure Issues)
1615

@@ -37,6 +36,7 @@
3736
- Performance impact validation
3837

3938
## DONE (Completed)
39+
- [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)
4040
- [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)
4141
- [x] #317: Fix GitHub Pages deployment failure - colored_contours PDF runtime crash in pdf_write_color - FIXED: Added robust RGB validation to prevent PDF color crashes, restored visual showcase (PR #318 merged)
4242
- [x] #312: Legend Demo plots dont show up on github pages - FIXED: GitHub Pages examples not generating due to auto-examples=false in fpm.toml, enabled automatic example discovery (PR #316 merged)

0 commit comments

Comments
 (0)