feat(react-zpl): Circle, Ellipse 컴포넌트 추가#8
Merged
Conversation
- graphicCircle(^GC) 명령 추가 - diameter 3~4095, thickness 1~4095 검증 - 단위 테스트 추가
- web, electron 데모에 Circle 예제 추가
- graphicEllipse(^GE) 명령 추가 - width, height 3~4095, thickness 1~4095 검증 - 단위 테스트 추가
- web, electron 데모에 Ellipse 예제 추가
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.
📝 작업 내용
ZPL 라벨에 원(Circle)과 타원(Ellipse)을 그릴 수 있는 컴포넌트를 추가합니다.
Circle
graphicCircle(^GC) 명령 추가diameter34095,4095 검증thickness1fieldOriginX/Y,lineColor지원Ellipse
graphicEllipse(^GE) 명령 추가width,height34095,4095 검증thickness1fieldOriginX/Y,lineColor지원기타
🔍 변경 범위
apps/react-zpl- React ZPL 라이브러리docs- 문서 사이트tests- 테스트 코드demos- 데모 애플리케이션📸 스크린샷 (선택사항)
📚 추가 정보