• Remix
  • Share
  • New Entry

on 31 Oct 2021
  • 1
  • 23
  • 1
  • 0
  • 275
rectangle('Position',[.1 0 .8 1],'FaceC','#F60','EdgeC','n');
f=@(t,y,s,w) text(.5,y,t,'Fontsi',s,'Col','w','Ho','c','FontW',w);
r=32;
b='b';
f('😁😃',.88,60 ,'n');
f('Why did',.50,42,b);
f('Yogurt go',.38,32,b);
f('To the',.26,r,b);
f('Art exhibition?',.11,7,b);
axis([0 1 0 1])
axis equal off
Remix Tree