Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

티켓팅 안내 회전시 여백, 가로 오버플로우 이슈 #27

Merged
merged 5 commits into from
Jun 15, 2021

Conversation

stories2
Copy link
Collaborator

@stories2 stories2 commented Jun 15, 2021

스크린샷 2021-06-15 오후 5 00 16

티켓팅 안내 이미지를 단순 회전 시키면 이미지가 렌더링 되어지는 가로 크기에 따라서 가로 스크롤 이 생기고, 양 끝에 하얀색 여백이 생겨지는 문제 존재하였음

이 부분을 캔버스 렌더링 방식과 비율에 따른 자동 스케일링, 반응형 좌표 이동을 개발하여 해결함

스크린샷 2021-06-15 오후 10 44 31
위 그림의 경우 회전하면 회전 각에 따라 양 끝점의 좌표가 y = ax + b 에 의해 대략적으로 예측 되어짐

스크린샷 2021-06-15 오후 11 17 33
예를들어 대략 3도 정도 기울였을시 cos(3° * Math.PI / 180) 로 x,
sin(3° * Math.PI / 180) 로 y 값이 (0.999, 0.0519) 로 구해지면
스크린샷 2021-06-15 오후 11 20 44
원점을 지나는 일차 함수의 기울기를 구할 수 있음

이를 이용하여 이미지가 렌더링 되어질 전체 높이 크기를 구한 다음
스크린샷 2021-06-15 오후 10 47 16
그려질 캔버스 높이 크기와 비율을 계산하여 축소시킨 이미지로 렌더링 함

스크린샷 2021-06-15 오후 10 48 54
물론 브라우저 크기 변화에 따라 다시 렌더링해야 할 경우엔 이벤트 리스너 등록시켜서 렌더링 호출 시킴

@stories2 stories2 added this to To do in ToDo-List via automation Jun 15, 2021
@github-actions
Copy link

github-actions bot commented Jun 15, 2021

Visit the preview URL for this PR (updated for commit a76b3ac):

https://uta-conne--pr27-artist-ticketing-klvu1f95.web.app

(expires Tue, 22 Jun 2021 08:36:15 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

@stories2 stories2 moved this from To do to In progress in ToDo-List Jun 15, 2021
@stories2 stories2 changed the title Artist ticketing 티켓팅 안내 회전시 여백, 가로 오버플로우 이슈 Jun 15, 2021
@stories2 stories2 merged commit 474b049 into main Jun 15, 2021
ToDo-List automation moved this from In progress to Done Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants