Skip to content

docs(compare): diff-engine-readme에 UI 진입점 안내 추가 (#571, #799 후속)#1162

Merged
edwardkim merged 1 commit into
edwardkim:develfrom
xogh3198:main
May 29, 2026
Merged

docs(compare): diff-engine-readme에 UI 진입점 안내 추가 (#571, #799 후속)#1162
edwardkim merged 1 commit into
edwardkim:develfrom
xogh3198:main

Conversation

@xogh3198

@xogh3198 xogh3198 commented May 29, 2026

Copy link
Copy Markdown
Contributor

#571, #799(문서 비교·이력) 후속으로, 코드/기능 변경 없이 diff-engine-readme.md에만 rhwp-studio 진입점 안내를 추가했습니다.

변경 내용

rhwp-studio/src/compare/diff-engine-readme.md §6.1 rhwp-studio 진입점 추가:

기능 메뉴 단축키 엔진
문서 비교 편집 → 문서 비교 Alt+Shift+V compareDocuments (strategy: alignment, 외부 두 파일)
문서 이력 편집 → 문서 이력 관리 Ctrl+Shift+H compareSnapshots (strategy: identity, 같은 세션·stable_id)
  • 비교 결과 상세·탐색: compare-result-window.ts
  • 세션 공유: compare/session.ts

관련 이슈

closes #

테스트

  • cargo test 통과
  • cargo clippy -- -D warnings 통과
  • 관련 샘플 파일로 SVG 내보내기 확인
  • 웹(WASM) 렌더링 확인 (해당하는 경우)

스크린샷

변경 전후 비교가 필요한 경우 첨부해주세요.

upstream/devel 기준 main 동기화 후 compare 모듈 README §6.1에 메뉴·단축키·엔진 매핑만 보강.

Co-authored-by: Cursor <cursoragent@cursor.com>
@xogh3198 xogh3198 changed the title docs(compare): diff-engine-readme에 UI 진입점 안내 추가 (#571 후속) docs(compare): diff-engine-readme에 UI 진입점 안내 추가 (#571, #799 후속) May 29, 2026
@edwardkim edwardkim self-requested a review May 29, 2026 06:35
@edwardkim edwardkim added the documentation Improvements or additions to documentation label May 29, 2026
@edwardkim edwardkim added this to the v1.0.0 milestone May 29, 2026
@edwardkim edwardkim merged commit 30775f9 into edwardkim:devel May 29, 2026
edwardkim added a commit that referenced this pull request May 29, 2026
문서 전용 PR 검토·머지 기록. 문서↔코드 정합 전수 검증 후 squash merge.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@edwardkim

Copy link
Copy Markdown
Owner

머지했습니다 (squash, devel 30775f9f). 문서에 기재된 메뉴·단축키(Alt+Shift+V / Ctrl+Shift+H)·함수(compareDocuments / compareSnapshots)·전략(alignment / identity)·참조 파일(compare-result-window.ts, compare/session.ts)이 현재 코드와 모두 일치함을 확인했습니다.

추가로, 이전 PR(#571/#799)의 커밋이 GitHub 계정과 연결되지 않는 author(thlee2 <thlee2>)로 기록되어 기여 집계에서 누락되어 있었습니다. .mailmap을 추가하여 @xogh3198 계정으로 매핑했습니다 (devel ecef5536). git shortlog·git blame·GitHub 소스 뷰의 author 표시가 통합됩니다.

edwardkim added a commit that referenced this pull request May 29, 2026
… z-order replay

PageLayerTree paint op 를 background → behindText → flow → inFrontOfText
replay plane 으로 분류하여 native Skia(PNG) / CanvasKit(웹캔버스) replay 를
z-order 의미에 맞춰 multi-pass 로 변경. 복학원서.hwp 중앙 baked watermark
(wrap=behindText) 가 본문 텍스트를 덮던 결함 정정. (by @postmelee)

머지 시 충돌/회귀 정정:
- mydocs/orders/20260529.md: union (devel #1156 _v2/#1162/.mailmap 일지 + PR #1017 일지 모두 보존)
- src/renderer/skia/renderer.rs 테스트 renders_page_background_fill_border_and_image:
  PR 은 _v2 이전 "RealPic 배경=항상 워터마크 opacity" 가정으로 반투명을 기대했으나,
  #1156 _v2 가 권위 자료(한컴 스펙+샘플+UI)로 확정한 기준(밝기·대비 0/0 = 워터마크
  아님 = 불투명)에 맞춰 alpha=255 단언으로 정정. PR 의 z-order 테스트는 유지.

알려진 한계 (후속): SVG 경로(svg.rs)는 RenderNode 트리 DFS 순회라 본 PR 의
PaintOp replay plane 미적용 — 중앙 워터마크가 본문을 덮는 z-order 결함 잔존.
별도 후속 타스크로 정정 예정 (feedback_image_renderer_paths_separate).

검증: cargo test --tests 92 스위트 + native-skia skia 32 + issue_1017 2 통과, fmt.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants