const colors1 = ["#aa9dd3", "#dd817e", "#dc706d", "#cc514c", "#b73738", "#a1242c", "#6f2333", "#582127", "#362228", "#15161b"];
const colors2 = ["#090d10", "#201d28", "#1d1b33", "#211851", "#2b1e6e", "#473988", "#7f6dc2", "#9f85d8", "#cec1ef"]
createCanvas(1240, 1748);
translate(width/2,height/2);
rect(0, 0, width - 45 * 2);
rect(14, 0, width - 45 * 3 + 4);
rect(0, 0, width - 45 * 4);
rect(10, 0, width - 45 * 5 + 8);
rect(0,0, width - 45 * 6);
rect( 6, 0, width - 45 * 7 + 12);
rect(0,0, width - 45 * 8);
rect(2,0, width - 45 * 9 + 16);
rect(0,0, width - 45 * 10);
rect(- 2, 0, width - 45 * 11 + 20);
rect(0,0, width - 45 * 12 + 30);
rect( - 6, 0, width - 45 * 13 + 44);
rect(0,0, width - 45 * 14 + 54);
rect(- 10, 0, width - 45 * 15 + 64);
if (key === "s" || key === "S") {
saveCanvas("VasarelyVonal-Stri1240x1748", "jpeg");