Skip to content

Commit 4d39651

Browse files
committed
update: move issue #337 to DONE, issue #335 to DOING
1 parent 1994fe2 commit 4d39651

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

BACKLOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## CURRENT SPRINT (Critical PNG/PDF Rendering Issues)
44

55
**🚨 CRITICAL: User-visible PNG/PDF rendering completely broken**
6-
- [x] #338: Fix - No axes visible and plots strangely stretched and shifted in PDF (moved to DOING)
7-
- [x] #337: Fix - Title too far right in PNGs - check matplotlib placement (moved to DOING)
6+
- [x] #338: Fix - No axes visible and plots strangely stretched and shifted in PDF (COMPLETED)
7+
- [x] #337: Fix - Title too far right in PNGs - check matplotlib placement (COMPLETED)
88
- [ ] #335: Fix - Axes wrong and no labels visible on scale_examples.html
99
- [ ] #334: Fix - No output visible on pcolormesh_demo.html
1010
- [ ] #333: Fix - Circles seem not centered with line plot in marker_demo.html
@@ -21,7 +21,7 @@
2121
- [ ] #324: Refactor - define epsilon constant for numerical comparisons
2222

2323
## DOING (Current Work)
24-
- [ ] #337: Fix - Title too far right in PNGs - check matplotlib placement
24+
- [ ] #335: Fix - Axes wrong and no labels visible on scale_examples.html
2525

2626
## BLOCKED (Infrastructure Issues)
2727

@@ -48,6 +48,7 @@
4848
- Performance impact validation
4949

5050
## DONE (Completed)
51+
- [x] #337: Fix - Title too far right in PNGs - check matplotlib placement - FIXED: Centered PNG titles over plot area instead of data coordinates through corrected matplotlib placement (PR #340 merged)
5152
- [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)
5253
- [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)
5354
- [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)

0 commit comments

Comments
 (0)