task 1253: 미주 모양 UI와 HWPX 구분선 굵기 정합#1255
Merged
Merged
Conversation
fa85edd to
9080d94
Compare
Owner
|
메인테이너 후속 검증 및 보정까지 완료했습니다. 추가로 반영한 내용:
검증:
검증된 변경은 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 준비 보고서 — 미주 모양 UI와 HWPX 구분선 굵기 정합
task 1253: 미주 모양 UI와 HWPX 구분선 굵기 정합local/task_m100_1253task_m100_12531. 처리 요약
한컴오피스 2024의
주석 모양 > 미주 모양UI와 rhwp-studio UI가 다르게 보여 같은 설정인지 판단하기 어려운 문제를 보정했다.이번 PR의 핵심 변경:
사용자선택 콤보 추가<hp:noteLine width>파서가 일반 선 굵기 코드표를 사용하도록 보정0.12mm → 1,0.7mm → 9선 굵기 매핑 회귀 검증 추가내부 미주 간격 저장 계약은 유지했다.
noteSpacing→ 내부raw_unknown→ 한컴 UI미주 사이separatorMarginBottom→ 내부note_spacing→ 한컴 UI구분선 아래2. 단계별 내용
Stage0:
Stage1:
rhwp-studio/src/ui/endnote-shape-dialog.ts의 구분선 종류/굵기/색 UI를 한컴 기준에 맞게 보강했다.Stage2:
사용자콤보를 추가했다.noteLine width를 공통parse_hwpx_line_width()로 파싱하도록 변경했다.Stage3:
3-09월_교육_통합_2022.hwp9쪽이 한컴오피스와 여전히 다르게 렌더링된다고 보고했다.y≈325.17pxy≈351.09px문1)시작:y≈370.97pxLINE_SEG/VPOS 소비 방식의 한컴 정합은 후속 Stage3 문제로 남긴다.3. 자동 검증
npm run build --prefix rhwp-studiocargo test --test issue_1139_inline_picture_duplicate -- --nocapturewasm-pack build --target web --out-dir pkgpkg산출물 생성cargo test --testswasm-pack검증 중 prebuiltwasm-bindgen이 없는 플랫폼이라 cargo install fallback 경고가 있었지만 최종 산출물 생성은 성공했다.4. PR 본문 이슈 표기
Stage3에서 아직 렌더 차이가 남아 있으므로 자동 종료 키워드는 쓰지 않는다.
5. 남은 사항
3-09월_교육_통합_2022.hwp9쪽 미주 조판 차이는 후속 Stage3에서 계속 추적한다.