Inglise-Vene veebi sõnavara ABCDEFGHIJLMPRSTWfillRect() (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 … 27 28 29 30 31 … 62