term color 변경 시 viewer 재생성이 발생하지 않도록 source와 terms 분리#10
Merged
frorong merged 2 commits intofrorong:masterfrom Mar 31, 2026
Merged
term color 변경 시 viewer 재생성이 발생하지 않도록 source와 terms 분리#10frorong merged 2 commits intofrorong:masterfrom
frorong merged 2 commits intofrorong:masterfrom
Conversation
frorong
approved these changes
Mar 31, 2026
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.
Summary
기존에는 term color 변경 시 tile이 깜빡이는 문제가 있었고, 확인 결과 terms 변경이 source 변경으로 전파되면서 WsiTileRenderer가 재생성되는 흐름이 있었습니다.
이번 변경에서는 renderer 재생성과 무관한 terms를 WsiImageSource에서 제거하고, 이미지 정보와 term 정보를 별도로 정규화하도록 구조를 정리했습니다.
before
2026-03-30.7.05.30.mov
after
2026-03-31.9.35.16.mov
Problem / Context
runtime|draw/roi|webgpu|docs|tests|buildWhat Changed
Before / After Behavior
Performance Impact
Compatibility / Migration
CHANGELOG.md:Validation
npm run typechecknpm run test:ws9npm run build:libnpm run release:gateDocs Update
docs/en/*docs/ko/*README.md/CONTRIBUTING.md(if needed)Checklist