- /
-
Perfect red heart
on 17 Oct 2022
- 3
- 29
- 1
- 0
- 159
t = linspace(0,2*pi,513);
x = 16*sin(t).^3;
y = 13*cos(t)-5*cos(2*t)-2*cos(3*t)-cos(4*t);
patch(x,y,zeros(size(x)),'FaceColor','r','EdgeColor','r')
axis equal
axis off