How we can draw 2D curves like this in Canvas
?
All similar curves have mathematical formula
or are fractals
, but the canvas only has some methods for drawing simple shapes like a triangle or rectangle. I know that most curves can divide into simpler shapes such as with drawing a Heart Curve, but is there an easier way to draw 2D curves with the canvas?