Inglise-Vene veebi sõnavara

fillRect() (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