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

fix: [0553] canvas要素があるとき背景部の表示が欠けることがある問題を修正 #1271

Merged
merged 1 commit into from
Mar 27, 2022

Conversation

cwtickle
Copy link
Owner

🔨 変更内容 / Details of Changes

  1. canvas要素があるとき背景部の表示が欠けることがある問題を修正しました。

🔖 関連Issue, 変更理由 / Related Issues, Reason for Changes

  1. canvasで指定した幅がキー別の最小横幅より小さい場合、
    デフォルトでは横幅が引き延ばされますが、canvasの幅はそのままのため、
    背景が一部表示されない事象が発生していました。

📷 スクリーンショット / Screenshot

📝 その他コメント / Other Comments

  • 現状、canvas要素をあえて指定する必要はありません。

@cwtickle cwtickle added bug Something isn't working func:Title labels Mar 27, 2022
@codeclimate
Copy link

codeclimate bot commented Mar 27, 2022

Code Climate has analyzed commit 96a22f0 and detected 0 issues on this pull request.

View more on Code Climate.

@cwtickle cwtickle merged commit 38fdff5 into develop Mar 27, 2022
@cwtickle cwtickle deleted the hotfix/0553-canvas-width branch March 27, 2022 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working func:Title
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant