• Remix
  • Share
  • New Entry

on 31 Oct 2021
  • 1
  • 43
  • 0
  • 0
  • 280
rectangle('Pos',[.1 0 .8 1],'FaceC','#63F','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('What you',.50,36,b);
f('Call an ',.35,r,b);
f('Apology letter',.23,26,b);
f('in Dots n dashes?',.11,7,b);
axis([0 1 0 1])
axis equal off
Remix Tree
Load full remix tree