Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
だから私は単純にキャンバスのフルサイズとして画像を入れようとしています
画像の高さと幅を知っているので、それに応じてcssを設定します:
#canvas{ width:500px; height:322px; }
次に、こちらのチュートリアルを使用して、キャンバスに画像を配置しました。
画像のサイズのキャンバスを使用しているため、これは完全に機能すると思うかもしれませんが、画像のサイズが変更されます。なぜこれが起こり、どうすれば修正できますか?