2025-12-15
요약 (AI 작성)
hwpjs에서 테이블 캡션 렌더링 관련 대규모 리팩토링 및 버그 수정이 이루어졌습니다. 캡션 위치 계산, SVG viewBox, 테이블 넘버링, 멀티컬럼 렌더링 등의 개선이 포함되었으며, ohah.github.io에 코멘트 컴포넌트와 크로미움 배경 문서가 추가되었습니다.
커밋
ohah/hwpjs
- fix(caption): apply offset to combination captions with vertical_align top
- feat(caption): add vertical_align field for combination caption detection
- fix(html): use line_height + line_spacing for vertical caption table positioning
- refactor(html): remove hardcoded constants from table caption rendering
- feat(html): compute table caption metrics from LineSegmentInfo
- refactor(html): parse table captions structurally from document data
- fix(html): validate caption para_shape_id from document
- fix(html): round table layout mm values
- refactor(html): clean up table render module after split
- refactor(html): split table rendering and processing into separate modules
- fix(html): use caption gap and margin for top caption position
- test: update snapshots for table caption width, position, and SVG viewBox fixes
- fix(html): correct table caption width, position, and SVG viewBox calculations
- test: update snapshots for table and multicolumn rendering
- test: update snapshots for table position and counter fixes
- fix(html): simplify table position calculation and maintain sequential table numbers
ohah/ohah.github.io
PR (해당일 생성/머지)
(없음)