You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ]#323: Test - add edge case tests for PDF heatmap color validation
9
21
-[ ]#324: Refactor - define epsilon constant for numerical comparisons
10
22
11
23
## DOING (Current Work)
12
-
-[x]#321: Refactor - apply consistent validation pattern to other PDF write functions (branch: refactor-consistent-validation-321)
24
+
-[]#338: Fix - No axes visible and plots strangely stretched and shifted in PDF
13
25
14
26
## BLOCKED (Infrastructure Issues)
15
27
@@ -36,6 +48,7 @@
36
48
- Performance impact validation
37
49
38
50
## DONE (Completed)
51
+
-[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)
39
52
-[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)
40
53
-[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)
41
54
-[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)
0 commit comments