• Remix
  • Share
  • New Entry

on 5 Oct 2021
  • 1
  • 18
  • 0
  • 0
  • 258
x = [0 15 15 0 -15 -15 0];
y = [0 5 12 10 12 5 0];
patch(x,y,'cyan','LineStyle','none','FaceColor','k')
axis([-20 20 -5 20])
txt1 = {'MASK'};
text(-3,6,txt1,'Color','w','Fontsize',18)
txt2 = {'Hack 20th Anniversary'};
text(-10,-2,txt2,'Color','k','Fontsize',18)
axis off
Image
Remix Tree