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.
キャンバスに 2 つの図形があります。要件は、ユーザーがウィンドウ サイズを変更するときに、これら 2 つの形状のサイズも変更する必要があることです。
正方形とその上にある三角形があるとします。この2つの形でシンプルな家を作りました。問題は、窓のサイズに応じてこれらの形状のサイズを調整すると、これらの 2 つの形状の間にギャップが形成され、家のように見えなくなることです:)
解決策はありますか?
Stretch-"Fill" を使用して、パス内の使用可能なすべてのスペースを使用するか、ViewBox を使用することができます。