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

Commits on Jul 17, 2023

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

    …height가 1 보다 작으면 발생하는 에러
    
    ############################
    [원인]
     - drawImage의 argument인 with와 height가 1보다 작으면 에러가 발생한다고 함.
    
    [작업 내용]
     - BufferCanvas의 width 또는 height가 1보다 클 때 drawImage가 가능하도록 수정
    Mun94 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e93204e View commit details
    Browse the repository at this point in the history