The invention discloses a method for rapidly drawing curves multiple times, which relates to the drawing field of vector graphic images. The method comprises the following steps: according to a curve starting point-middle point-ending
point sequence, sequentially computing the reciprocal of the length of a connecting line, and taking the reciprocal as the initial value of an interval value of actual drawing points of a curve to be drawn, selecting a value t according to the interval value, and sequentially obtaining the values of curve points according to a multi-
time curve formula; judging whether the calculated coordinate is same as the previous coordinate, if so, doubling the interval value, otherwise, storing the coordinate result into the
tail of a curve coordinate column, and continuing to carry out calculation and judgment. According to the invention, based on the optimization of a bezier curve
algorithm, through controlling the number of times of recursive iteration and excluding similar points, the number of drawing points is reduced so as to improve the curve drawing speed, therefore, an effect of rapidly drawing curves multiple times under a large amount of data can be achieved.