- /
-
Challenge: what country do you live in?
on 11 Oct 2022
- 2
- 43
- 1
- 3
- 218
B = [-1,-1,2,2];
p = 'Position';
fc = 'FaceColor';
eg = 'EdgeColor';
rectangle(p,B,fc,"#D52B1E")
rectangle(p,[-0.2,-0.6,0.4,1.2],fc,'w',eg,'w')
rectangle(p,[-0.6,-0.2,1.2,0.4],fc,'w',eg,'w')
rectangle(p,B,fc,"none")
axis off equal