Inglise-Vene veebi sõnavara To all termsABCDEFGHIJLMPRSTWfillRect() (JS) - Meetod fillRect() joonistab "täidetud" ristküliku. const canvas = document.getElementById("myCanvas"); const ctx = canvas.getContext("2d"); ctx.fillRect(20, 20, 150, 100);1 2 3 4