- /
-
Ready to Play Squid Game?
on 5 Oct 2021
- 8
- 121
- 0
- 0
- 273
l=1
t=l*sqrt(3)/4
s=1.25
w=10
rectangle('Position',[.75*l -t l l],'LineWidth',w)
x=[0,l/2,-l/2,0,-l/2,l/2]
y=[s*t,-t,-t,s*t,-t,-t]
line(x,y,'Color','k','LineWidth',w);
rectangle('Position',[-1.65*l -t l l],'Curvature',[1 1],'LineWidth',w)
set(gcf,'color','#ab8f62');
axis equal
axis off