Draft
Conversation
Owner
|
2d 벡터렌더링으로 Skia 와 thorvg 를 살펴보고 있었습니다. 고민이 됩니다. 문제는 폰트 렌더링입니다. skia 로 하면 많이 편하기는 한데 thorvg 는 우리나라 개발자분이 만든거라 thorvg 로 테스트 중이었습니다. |
seunghan91
added a commit
to seunghan91/rhwp
that referenced
this pull request
Apr 16, 2026
- task_m100_164_report.md: 4 stage + 검증 인프라 + 라운드트립 결과 종합 - orders/20260417.md: 오늘할일 등록, Task edwardkim#165/166/167 후속 이슈 제안 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 tasks
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.
변경 요약
추후 네이티브 확장성을 위해서는 Skia와 같은 2d 렌더링 라이브러리를 도입하는 것이 좋을 것 같아 작업해 보았습니다.
매우 큰 변경 사항이고, ai로 생성한 커밋이기 때문에 일단 draft로 열었습니다. 래스터화 방식의 차이로 기존 렌더러와 테두리 부분에서 diff가 조금 발생하는데, 이에 대해서도 조금 더 작업 후에 draft 풀도록 하겠습니다.
관련 이슈
closes #
테스트
cargo test통과cargo clippy -- -D warnings통과스크린샷
변경 전후 비교가 필요한 경우 첨부해주세요.