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

[#1491] 차트 Resize > DrawChart > DrawImage 할 때 BufferCanvas의 width 또는 … #1493

Merged
merged 1 commit into from Jul 17, 2023

Conversation

Mun94
Copy link
Collaborator

@Mun94 Mun94 commented Jul 17, 2023

…th 또는 height가 1 보다 작으면 발생하는 에러

############################
[원인]

[작업 내용]

  • BufferCanvas의 width 또는 height가 1보다 클 때 drawImage가 가능하도록 수정

…height가 1 보다 작으면 발생하는 에러

############################
[원인]
 - drawImage의 argument인 with와 height가 1보다 작으면 에러가 발생한다고 함.

[작업 내용]
 - BufferCanvas의 width 또는 height가 1보다 클 때 drawImage가 가능하도록 수정
@jhee564 jhee564 merged commit 1427777 into 3.0 Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants